artdaq
v3_02_01
|
The RequestPacket contains information about a single data request. More...
#include <artdaq/DAQrate/detail/RequestMessage.hh>
Public Member Functions | |
RequestPacket () | |
Default Constructor. | |
RequestPacket (const Fragment::sequence_id_t &seq, const Fragment::timestamp_t &ts) | |
Create a RequestPacket using the given sequence ID and timestmap. More... | |
bool | isValid () const |
Check the magic bytes of the packet. More... | |
Public Attributes | |
uint32_t | header |
Fragment::sequence_id_t | sequence_id |
The sequence ID that responses to this request should use. | |
Fragment::timestamp_t | timestamp |
The timestamp of the request. | |
The RequestPacket contains information about a single data request.
Definition at line 49 of file RequestMessage.hh.
|
inline |
Create a RequestPacket using the given sequence ID and timestmap.
seq | Sequence ID of RequestPacket |
ts | Timestamp of RequestPAcket |
Definition at line 71 of file RequestMessage.hh.
|
inline |
Check the magic bytes of the packet.
Definition at line 81 of file RequestMessage.hh.
uint32_t artdaq::detail::RequestPacket::header |
The magic bytes for the request packet
Definition at line 53 of file RequestMessage.hh.