mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
Move config & control DDS functionality into plugins.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"channel":
|
||||
{
|
||||
"name": "data1",
|
||||
"property": "samplerAddr",
|
||||
"type": "push",
|
||||
"method": "bind"
|
||||
"method": "bind",
|
||||
"rateLogging": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -17,15 +17,15 @@
|
||||
"channels":
|
||||
[{
|
||||
"name": "data1",
|
||||
"property": "samplerAddr",
|
||||
"type": "pull",
|
||||
"method": "connect"
|
||||
"method": "connect",
|
||||
"rateLogging": "0"
|
||||
},
|
||||
{
|
||||
"name": "data2",
|
||||
"property": "sinkAddr",
|
||||
"type": "push",
|
||||
"method": "connect"
|
||||
"method": "connect",
|
||||
"rateLogging": "0"
|
||||
}]
|
||||
},
|
||||
{
|
||||
@@ -33,9 +33,9 @@
|
||||
"channel":
|
||||
{
|
||||
"name": "data2",
|
||||
"property": "sinkAddr",
|
||||
"type": "pull",
|
||||
"method": "bind"
|
||||
"method": "bind",
|
||||
"rateLogging": "0"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user