FairMQ/examples/qc
2020-09-03 17:34:05 +02:00
..
CMakeLists.txt Move fairmq-dds-command-ui to SDK 2020-09-03 17:34:05 +02:00
ex-qc-topology.xml QC ex: rename qc devices, granular state control 2020-03-30 13:14:12 +02:00
fairmq-ex-qc-env.sh Add qc example 2020-02-21 18:37:33 +01:00
fairmq-start-ex-qc.sh.in QC examples: fix incorrect topology path 2020-07-09 23:34:28 +02:00
README.md QC ex: rename qc devices, granular state control 2020-03-30 13:14:12 +02:00
runQCDispatcher.cxx QC ex: rename qc devices, granular state control 2020-03-30 13:14:12 +02:00
runQCTask.cxx QC ex: rename qc devices, granular state control 2020-03-30 13:14:12 +02:00
runSampler.cxx Silence -Wunused-parameter 2020-03-10 14:30:23 +01:00
runSink.cxx Silence -Wunused-parameter 2020-03-10 14:30:23 +01:00

QC

A topology consisting of 4 devices - Sampler, QCDispatcher, QCTask and Sink. The data flows from Sampler through QCDispatcher to Sink. On demand - by setting the corresponding configuration property - the QCDispatcher device will duplicate the data to the QCTask device. The property is set by the topology controller, in this example this is the fairmq-dds-command-ui utility.