artdaq
v3_09_00
|
Configuration for Routing token sending More...
#include <artdaq/DAQrate/RequestSender.hh>
Public Attributes | |
fhicl::Atom< bool > | use_routing_manager {fhicl::Name{"use_routing_manager"}, fhicl::Comment{"True if using the Routing Manager"}, false} |
"use_routing_manager" (Default: false) : Whether to send tokens to a RoutingManager | |
fhicl::Atom< int > | routing_token_port {fhicl::Name{"routing_token_port"}, fhicl::Comment{"Port to send tokens on"}, 35555} |
"routing_token_port" (Default: 35555) : Port to send tokens on | |
fhicl::Atom< std::string > | routing_token_host {fhicl::Name{"routing_manager_hostname"}, fhicl::Comment{"Hostname or IP of RoutingManager"}, "localhost"} |
"routing_manager_hostname" (Default: "localhost") : Hostname or IP of RoutingManager | |
Configuration for Routing token sending
This configuration should be the same for all processes sending routing tokens to a given RoutingManager.
Definition at line 34 of file RequestSender.hh.