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. | |
bool | isValid () const |
Check the magic bytes of the packet. | |
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 19 of file RequestMessage.hh.
artdaq::detail::RequestPacket::RequestPacket | ( | const Fragment::sequence_id_t & | seq, | |
const Fragment::timestamp_t & | ts | |||
) | [inline] |
Create a RequestPacket using the given sequence ID and timestmap.
seq | Sequence ID of RequestPacket | |
ts | Timestamp of RequestPAcket |
Definition at line 40 of file RequestMessage.hh.
bool artdaq::detail::RequestPacket::isValid | ( | ) | const [inline] |
Check the magic bytes of the packet.
Definition at line 49 of file RequestMessage.hh.
The magic bytes for the request packet
Definition at line 23 of file RequestMessage.hh.