FairMQ/fairmq/examples/4-copypush
2015-11-03 16:07:15 +01:00
..
CMakeLists.txt Add missing include directories for ZeroMQ and NanoMsg. They have been found by chance when the packages are in SIMPATH. They are not found if they are in another path. 2015-10-21 17:12:04 +02:00
ex4-copypush.json Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
FairMQExample4Sampler.cxx Add orthogonal OK/ERROR states. 2015-09-28 12:17:24 +02:00
FairMQExample4Sampler.h Use FairMQDevice::CatchSignals for Tutorial7 2015-09-28 12:17:24 +02:00
FairMQExample4Sink.cxx Check return values of Receive calls in the examples 2015-11-03 16:07:15 +01:00
FairMQExample4Sink.h Use FairMQDevice::CatchSignals for Tutorial7 2015-09-28 12:17:24 +02:00
README.md Add DDS and Copy+Push examples. 2015-09-28 12:17:24 +02:00
runExample4Sampler.cxx Add FairMQ Example 6 - Working with multiple channels 2015-10-07 16:46:10 +02:00
runExample4Sink.cxx Add FairMQ Example 6 - Working with multiple channels 2015-10-07 16:46:10 +02:00

Example 4: Copy & Push

A topology consisting of one Sampler and two Sinks. The Sampler uses the Copy method to send the same data to both sinks with the PUSH-PULL pattern. In contrary to the PUB-PATTERN pattern, this ensures that all receivers are connected and no data is lost, but requires additional sockets.