mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
MQ/example9 Adapted to the new running scheme with DDS.
- removed the executables that are running only in DDS (ddsEx9Sampler.cxx, ddsEx9TaskProcessor.cxx, ddsEx9FileSink.cxx, ddsParameterMQServer.cxx); - adapted the executables to allow running within the DDS (setting channel names); - changed the topology file to run the correct executables (ex9-dds-topology.xml); - ex9-dds.json - changed the parameter channel name back to "data" (to be compatible with other examples); - added a shell script to controlDDS.sh; - added fairmq/fairmq-dds-command executable to send single commands to DDS; - adapted parmq/parmq-server to run within DDS.
This commit is contained in:
@@ -176,6 +176,7 @@ If(DDS_FOUND)
|
||||
Set(Exe_Names
|
||||
${Exe_Names}
|
||||
fairmq-dds-command-ui
|
||||
fairmq-dds-command
|
||||
)
|
||||
EndIf(DDS_FOUND)
|
||||
|
||||
@@ -191,6 +192,7 @@ If(DDS_FOUND)
|
||||
Set(Exe_Source
|
||||
${Exe_Source}
|
||||
run/runDDSCommandUI.cxx
|
||||
run/runDDSCommand.cxx
|
||||
)
|
||||
EndIf(DDS_FOUND)
|
||||
|
||||
|
Reference in New Issue
Block a user