artdaq  v3_01_00
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
 The sequence ID of the RoutingPacketEntry.
 
int destination_rank
 The destination rank for this sequence ID.
 

Detailed Description

A row of the Routing Table.

Definition at line 35 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 46 of file RoutingPacket.hh.


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