FairRootGroup / FairMQ

C++ Message Queuing Library and Framework
GNU Lesser General Public License v3.0
86 stars 34 forks source link

New example with a custom controller #438

Closed dennisklein closed 2 years ago

dennisklein commented 2 years ago

New example demonstrating a simple custom controller (statically compiled into the executable) which executes a simple static plan through the state machine (similar to the built-in --control static). Builtin signal handling is disabled.

rbx commented 2 years ago

Why is there the extra commit from the shmem fix? It is already in the dev.

dennisklein commented 2 years ago

Why is there the extra commit from the shmem fix? It is already in the dev.

Because GH renders it strangely. There is a merge commit, so that dev can see the latest tag. But as you can see in the files tab, those commits are not adding changes.