FairMQ/examples/readout
2019-03-06 16:35:02 +01:00
..
Builder.h Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
CMakeLists.txt Temporary remove the OFI control band 2019-03-06 16:35:02 +01:00
fairmq-start-ex-readout.sh.in Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
README.md Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
runBuilder.cxx Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
runSampler.cxx Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
runSink.cxx Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
Sampler.cxx Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
Sampler.h Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
Sink.cxx Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00
Sink.h Fix region example by moving our test code to a separate one 2019-03-06 14:23:08 +01:00

Region example

This example demonstrates the use of a more advanced feature - UnmanagedRegion, that can be used to create a buffer through one of FairMQ transports. The contents of this buffer are managed by the user, who can also create messages out of sub-buffers of the created buffer. Such feature can be interesting in environments that have special requirements by the hardware that writes the data, to keep the transfer efficient (e.g. shared memory).