mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-17 02:21:47 +00:00
Move config & control DDS functionality into plugins.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
da10c64800
commit
d2606f0821
@@ -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