artdaq
v3_00_03
|
A row of the Routing Table. More...
#include <artdaq/DAQrate/detail/RoutingPacket.hh>
Public Member Functions | |
RoutingPacketEntry () | |
Default Constructor. | |
RoutingPacketEntry (Fragment::sequence_id_t seq, int rank) | |
Construct a RoutingPacketEntry with the given sequence ID and destination rank. More... | |
Public Attributes | |
Fragment::sequence_id_t | sequence_id |
The sequence ID of the RoutingPacketEntry. | |
int | destination_rank |
The destination rank for this sequence ID. | |
A row of the Routing Table.
Definition at line 35 of file RoutingPacket.hh.
|
inline |
Construct a RoutingPacketEntry with the given sequence ID and destination rank.
seq | The sequence ID of the RoutingPacketEntry |
rank | The destination rank for this sequence ID |
Definition at line 46 of file RoutingPacket.hh.