artdaq
v3_09_00
|
A RoutingAckPacket contains the rank of the table receiver, plus the first and last sequence IDs in the Routing Table (for verification) More...
#include <artdaq/DAQrate/detail/RoutingPacket.hh>
Static Public Member Functions | |
static RoutingAckPacket | makeEndOfDataRoutingAckPacket (int rank) |
static bool | isEndOfDataRoutingAckPacket (RoutingAckPacket pkt) |
Public Attributes | |
int | rank |
The rank from which the RoutingAckPacket came. | |
Fragment::sequence_id_t | first_sequence_id |
The first sequence ID in the received RoutingPacket. | |
Fragment::sequence_id_t | last_sequence_id |
The last sequence ID in the received RoutingPacket. | |
A RoutingAckPacket contains the rank of the table receiver, plus the first and last sequence IDs in the Routing Table (for verification)
Definition at line 83 of file RoutingPacket.hh.