$treeview $search $mathjax $extrastylesheet
artdaq
v3_04_01
$projectbrief
|
$projectbrief
|
$searchbox |
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. | |
Public Attributes | |
uint32_t | header |
uint32_t | packet_count |
The number of RequestPackets in this Request message. | |
int | rank |
Rank of the sender. | |
uint32_t | run_number |
The Run with which this request should be associated. | |
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 88 of file RequestMessage.hh.
bool artdaq::detail::RequestHeader::isValid | ( | ) | const [inline] |
Check the magic bytes of the packet.
Definition at line 111 of file RequestMessage.hh.
The magic bytes for the request header
Definition at line 91 of file RequestMessage.hh.