Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 862 Bytes

Examples.md

File metadata and controls

9 lines (5 loc) · 862 Bytes

Back

6. Examples

A collection of simple examples in FairRoot/examples/MQ directory demonstrates some common usage patterns of FairMQ.

A number of devices to handle the data from the Tutorial3 FairTestDetector of FairRoot are provided as an example and can be found in FairRoot/base/MQ directory. The implementation of the tasks run by these devices can be found FairRoot/examples/advanced/Tutorial3. The implementation includes sending raw binary data as well as serializing the data with either Boost Serialization, Google Protocol Buffers or Root TMessage. Following the examples you can implement your own devices to transport arbitrary data.

Back