Update JSON files & readme, use FairMQDevicePtr, cleanup.

This commit is contained in:
Alexey Rybalchenko
2016-10-28 15:42:15 +02:00
committed by Mohammad Al-Turany
parent d2606f0821
commit 72eb775983
21 changed files with 41 additions and 62 deletions

View File

@@ -1,11 +1,11 @@
{
"fairMQOptions":
{
"device":
{
"devices":
[{
"id": "sampler1",
"channel":
{
"channels":
[{
"name": "data",
"socket":
{
@@ -17,7 +17,6 @@
"rateLogging": "0"
}
},
"channel":
{
"name": "broadcast",
"socket":
@@ -29,14 +28,12 @@
"rcvBufSize": "1000",
"rateLogging": "0"
}
}
}]
},
"device":
{
"id": "sink1",
"channel":
{
"channels":
[{
"name": "data",
"socket":
{
@@ -48,7 +45,6 @@
"rateLogging": "0"
}
},
"channel":
{
"name": "broadcast",
"socket":
@@ -60,10 +56,8 @@
"rcvBufSize": "1000",
"rateLogging": "0"
}
}
}]
},
"device":
{
"id": "broadcaster1",
"channel":
@@ -79,7 +73,7 @@
"rateLogging": "0"
}
}
}
}]
}
}