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/Application/Routing/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). |
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 95 of file RoutingPacket.hh.