artdaq  v3_02_01
artdaq::RequestSender::RoutingTokenConfig Struct Reference

Configuration for Routing token sending More...

#include <artdaq/DAQrate/RequestSender.hh>

Public Attributes

fhicl::Atom< bool > use_routing_master { fhicl::Name{ "use_routing_master" }, fhicl::Comment{ "True if using the Routing Master" }, false }
 "use_routing_master" (Default: false) : Whether to send tokens to a RoutingMaster
 
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_master_hostname" }, fhicl::Comment{ "Hostname or IP of RoutingMaster" },"localhost" }
 "routing_master_hostname" (Default: "localhost") : Hostname or IP of RoutingMaster
 

Detailed Description

Configuration for Routing token sending

This configuration should be the same for all processes sending routing tokens to a given RoutingMaster.

Definition at line 35 of file RequestSender.hh.


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