Update JSON files & readme, use FairMQDevicePtr, cleanup.

This commit is contained in:
Alexey Rybalchenko
2016-10-28 15:42:15 +02:00
parent da3010b20c
commit 79fba8ec4c
17 changed files with 234 additions and 132 deletions

View File

@@ -1,12 +1,12 @@
{
"fairMQOptions":
{
"device":
{
"devices":
[{
"id": "bsampler1",
"channel":
{
"name": "data-out",
"name": "data",
"socket":
{
"type": "push",
@@ -18,12 +18,11 @@
}
}
},
"device":
{
"id": "sink1",
"channel":
{
"name": "data-in",
"name": "data",
"socket":
{
"type": "pull",
@@ -34,7 +33,7 @@
"rateLogging": "1"
}
}
}
}]
}
}