artdaq  v2_02_03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
artdaq::detail::RoutingPacketEntry Struct Reference

A row of the Routing Table. More...

#include <artdaq/Application/Routing/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 32 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 43 of file RoutingPacket.hh.


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