artdaq  v3_02_01
artdaq::CommanderInterface::Config Struct Reference

Configuration of the CommanderInterface. May be used for parameter validation More...

#include <artdaq/ExternalComms/CommanderInterface.hh>

Public Attributes

fhicl::Atom< int > id { fhicl::Name{"id"}, fhicl::Comment{"The unique ID associated with this Commander plugin. (ex. XMLRPC Port number)"}, 0 }
 "id" (Default: 0): Integer ID number of this Commandable.May be constrained by plugin types(i.e.XMLRPC port number).
 
fhicl::Atom< std::string > commanderPluginType { fhicl::Name{"commanderPluginType"}, fhicl::Comment{"String identifying the name of the CommanderInterface plugin to load"} }
 "commanderPluginType" (REQUIRED): The type of Commander plugin to load
 

Detailed Description

Configuration of the CommanderInterface. May be used for parameter validation

Definition at line 21 of file CommanderInterface.hh.


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