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:
Radoslaw Karabowicz
2016-05-27 14:28:10 +02:00
parent 253604344f
commit 65ca151620
2 changed files with 105 additions and 0 deletions

View File

@@ -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)