artdaq
v3_09_00
|
Class which receives routing tables and prints updates. More...
Classes | |
struct | Config |
Accepted configuration parameters for RoutingReceiver. More... | |
Public Types | |
using | Parameters = fhicl::WrappedTable< Config > |
Used for ParameterSet validation (if desired) | |
Public Member Functions | |
RoutingReceiver (fhicl::ParameterSet const &pset) | |
RoutingReceiver Constructor. More... | |
~RoutingReceiver () | |
RoutingReceiver Destructor. | |
std::map < Fragment::sequence_id_t, int > | GetRoutingTable () |
Get the current routing table. More... | |
std::map < Fragment::sequence_id_t, int > | GetAndClearRoutingTable () |
Get the current routing table, additionally clearing all entries. More... | |
hostMap_t | GetHostMap () |
Get the host map. More... | |
Class which receives routing tables and prints updates.
Definition at line 26 of file routingReceiver.cc.
|
inlineexplicit |
RoutingReceiver Constructor.
pset | ParameterSet used to configure RoutingReceiver (see RoutingReceiver::Config) |
Definition at line 47 of file routingReceiver.cc.
|
inline |
Get the current routing table, additionally clearing all entries.
Definition at line 105 of file routingReceiver.cc.
|
inline |
Get the host map.
Definition at line 117 of file routingReceiver.cc.
|
inline |
Get the current routing table.
Definition at line 94 of file routingReceiver.cc.