artdaq  v3_09_01
artdaq::detail::RoutingPacketEntry Struct Reference

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 {Fragment::InvalidSequenceID}
 The sequence ID of the RoutingPacketEntry.
 
int destination_rank {-1}
 The destination rank for this sequence ID.
 

Detailed Description

A row of the Routing Table.

Definition at line 34 of file RoutingPacket.hh.

Constructor & Destructor Documentation

artdaq::detail::RoutingPacketEntry::RoutingPacketEntry ( Fragment::sequence_id_t  seq,
int  rank 
)
inline

Construct a RoutingPacketEntry with the given sequence ID and destination rank.

Parameters
seqThe sequence ID of the RoutingPacketEntry
rankThe destination rank for this sequence ID

Definition at line 45 of file RoutingPacket.hh.


The documentation for this struct was generated from the following file: