artdaq
v3_12_02
|
The header of the Routing Table, containing the magic bytes and the number of entries. More...
#include <artdaq/DAQrate/detail/RoutingPacket.hh>
Public Member Functions | |
RoutingPacketHeader (size_t n) | |
Construct a RoutingPacketHeader declaring a given number of entries. More... | |
RoutingPacketHeader () | |
Default Constructor. | |
Public Attributes | |
uint32_t | header {0} |
Magic bytes to make sure the packet wasn't garbled. | |
uint64_t | nEntries {0} |
The number of RoutingPacketEntries in the RoutingPacket. | |
The header of the Routing Table, containing the magic bytes and the number of entries.
Definition at line 104 of file RoutingPacket.hh.
|
inlineexplicit |
Construct a RoutingPacketHeader declaring a given number of entries.
n | The number of RoutingPacketEntries in the associated RoutingPacket |
Definition at line 113 of file RoutingPacket.hh.