artdaq
v3_12_02
|
Class which receives routing tables and prints updates. More...
Public Attributes | |
fhicl::Atom< size_t > | collection_time_ms {fhicl::Name{"collection_time_ms"}, fhicl::Comment{"Time to collect routing table updates between printing summaries"}, 1000} |
"collection_time_ms": Time to collect routing table updates between printing summaries | |
fhicl::Atom< bool > | print_verbose_info {fhicl::Name{"print_verbose_info"}, fhicl::Comment{"Print verbose information about each receiver detected in routing tables"}, true} |
"print_verbose_info" (Default: true): Print verbose information about each receiver detected in routing tables | |
fhicl::Atom< size_t > | graph_width {fhicl::Name{"graph_width"}, fhicl::Comment{"Width of the summary graph"}, 40} |
"graph_width": Width of the summary graph | |
fhicl::OptionalTable < artdaq::TableReceiver::Config > | routingTableConfig {fhicl::Name{"routing_table_config"}, fhicl::Comment{"Configuration for the TableReceiver"}} |
Configuration for the TableReceiver. See artdaq::TableReceiver::Config. | |
fhicl::TableFragment < artdaq::artdaqapp::Config > | artdaqAppConfig |
Configuration for artdaq Application (BoardReader, etc) | |
Class which receives routing tables and prints updates.
Definition at line 26 of file routingReceiver.cc.