$treeview $search $mathjax $extrastylesheet
artdaq
v3_04_01
$projectbrief
|
$projectbrief
|
$searchbox |
Class which receives routing tables and prints updates. More...
Classes | |
struct | Config |
Accepted configuration parameters for RoutingReceiver. More... | |
Public Member Functions | |
RoutingReceiver (fhicl::ParameterSet const &pset) | |
RoutingReceiver Constructor. | |
~RoutingReceiver () | |
RoutingReceiver Destructor. | |
std::map < Fragment::sequence_id_t, int > | GetRoutingTable () |
Get the current routing table. | |
std::map < Fragment::sequence_id_t, int > | GetAndClearRoutingTable () |
Get the current routing table, additionally clearing all entries. | |
hostMap_t | GetHostMap () |
Get the host map. |
Class which receives routing tables and prints updates.
Definition at line 26 of file routingReceiver.cc.
artdaq::RoutingReceiver::RoutingReceiver | ( | fhicl::ParameterSet const & | pset | ) | [inline, explicit] |
RoutingReceiver Constructor.
pset | ParameterSet used to configure RoutingReceiver (see RoutingReceiver::Config) |
Definition at line 47 of file routingReceiver.cc.
std::map<Fragment::sequence_id_t, int> artdaq::RoutingReceiver::GetAndClearRoutingTable | ( | ) | [inline] |
Get the current routing table, additionally clearing all entries.
Definition at line 92 of file routingReceiver.cc.
hostMap_t artdaq::RoutingReceiver::GetHostMap | ( | ) | [inline] |
Get the host map.
Definition at line 104 of file routingReceiver.cc.
std::map<Fragment::sequence_id_t, int> artdaq::RoutingReceiver::GetRoutingTable | ( | ) | [inline] |
Get the current routing table.
Definition at line 81 of file routingReceiver.cc.