|
artdaq
v3_09_05
|
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 | |
| bool | isValid () const |
| Check the magic bytes of the packet. More... | |
Public Attributes | |
| uint32_t | header {0x48454452} |
| uint32_t | packet_count {0} |
| The number of RequestPackets in this Request message. | |
| int | rank {my_rank} |
| Rank of the sender. | |
| uint32_t | run_number {0} |
| The Run with which this request should be associated. | |
| RequestMessageMode | mode {RequestMessageMode::Normal} |
| 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 79 of file RequestMessage.hh.
|
inline |
Check the magic bytes of the packet.
Definition at line 94 of file RequestMessage.hh.
| uint32_t artdaq::detail::RequestHeader::header {0x48454452} |
The magic bytes for the request header
Definition at line 82 of file RequestMessage.hh.