FairMQ/examples/qc
2022-01-24 06:40:24 +01:00
..
CMakeLists.txt ci: Run additional checks 2021-07-07 14:43:32 +02:00
ex-qc-topology.xml test: Increase log level 2021-07-07 14:43:32 +02:00
fairmq-ex-qc-env.sh Add qc example 2020-02-21 18:37:33 +01:00
fairmq-start-ex-qc.sh.in feat: Require DDS 3.5.13.7 2021-07-07 14:43:32 +02:00
qCDispatcher.cxx Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
qCTask.cxx Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
README.md QC ex: rename qc devices, granular state control 2020-03-30 13:14:12 +02:00
sampler.cxx Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
sink.cxx Don't use to-be-deprecated names 2022-01-24 06:40:24 +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.