|
artdaq
v3_09_05
|
The RoutingToken contains the magic bytes, the rank of the token sender, and the number of slots free. This is a TCP message, so additional verification is not necessary. More...
#include <artdaq/DAQrate/detail/RoutingPacket.hh>
Public Attributes | |
| uint32_t | header |
| The magic bytes that help validate the RoutingToken. | |
| int | rank |
| The rank from which the RoutingToken came. | |
| unsigned | new_slots_free |
| The number of slots free in the token sender (usually 1) | |
| unsigned | run_number |
| The Run with which this token should be associated. | |
The RoutingToken contains the magic bytes, the rank of the token sender, and the number of slots free. This is a TCP message, so additional verification is not necessary.
Definition at line 123 of file RoutingPacket.hh.