artdaq
v3_01_00
|
Header of a RequestMessage. Contains magic bytes for validation and a count of expected RequestPackets. More...
#include <artdaq/DAQrate/detail/RequestMessage.hh>
Public Member Functions | |
RequestHeader () | |
Default Constructor. | |
bool | isValid () const |
Check the magic bytes of the packet. More... | |
Public Attributes | |
uint32_t | header |
uint32_t | packet_count |
The number of RequestPackets in this Request message. | |
RequestMessageMode | mode |
Communicates additional information to the Request receiver. | |
Header of a RequestMessage. Contains magic bytes for validation and a count of expected RequestPackets.
Definition at line 87 of file RequestMessage.hh.
|
inline |
Check the magic bytes of the packet.
Definition at line 106 of file RequestMessage.hh.
uint32_t artdaq::detail::RequestHeader::header |
The magic bytes for the request header
Definition at line 90 of file RequestMessage.hh.