FairMQ/examples/region
2019-03-06 14:23:08 +01:00
..
Builder.h Enhance region example with Builder device 2019-03-06 14:23:08 +01:00
CMakeLists.txt Enhance region example with Builder device 2019-03-06 14:23:08 +01:00
fairmq-start-ex-region.sh.in Enhance region example with Builder device 2019-03-06 14:23:08 +01:00
README.md Update example READMEs 2018-05-02 16:12:57 +02:00
runBuilder.cxx Enhance region example with Builder device 2019-03-06 14:23:08 +01:00
runSampler.cxx Refactor the examples after move from FairRoot 2018-05-02 16:12:57 +02:00
runSink.cxx Refactor the examples after move from FairRoot 2018-05-02 16:12:57 +02:00
Sampler.cxx Enhance region example with Builder device 2019-03-06 14:23:08 +01:00
Sampler.h Refactor the examples after move from FairRoot 2018-05-02 16:12:57 +02:00
Sink.cxx Update deprecated methods 2019-02-25 12:19:50 +01:00
Sink.h Refactor the examples after move from FairRoot 2018-05-02 16:12:57 +02:00
test-ex-region.sh.in Test all examples with all possible transports 2018-05-15 19:18:37 +02: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).