artdaq
v3_08_00
|
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 | |
Configuration of the CommanderInterface. May be used for parameter validation
Definition at line 19 of file CommanderInterface.hh.