|
artdaq
v3_09_05
|
register_monitor_ Command class More...
Public Member Functions | |
| register_monitor_ (xmlrpc_commander &c) | |
| register_monitor_ Constructor More... | |
Public Member Functions inherited from artdaq::cmd_ | |
| cmd_ (xmlrpc_commander &c, const std::string &signature, const std::string &description) | |
| cmd_ Constructor More... | |
| void | execute (const xmlrpc_c::paramList ¶mList, xmlrpc_c::value *retvalP) final |
| Execute trhe command with the given parameters. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from artdaq::cmd_ | |
| template<typename T > | |
| T | getParam (const xmlrpc_c::paramList ¶mList, int index) |
| Get a parameter from the parameter list. More... | |
| template<typename T > | |
| T | getParam (const xmlrpc_c::paramList ¶mList, int index, T default_value) |
| Get a parameter from the parameter list, returning a default value if not found at specified location. More... | |
| template<> | |
| uint64_t | getParam (const xmlrpc_c::paramList ¶mList, int index) |
| Get a parameter from the parameter list. More... | |
| template<> | |
| uint32_t | getParam (const xmlrpc_c::paramList ¶mList, int index) |
| Get a parameter from the parameter list. More... | |
Protected Attributes inherited from artdaq::cmd_ | |
| xmlrpc_commander & | _c |
| The xmlrpc_commander instance that the command will be sent to. | |
register_monitor_ Command class
Definition at line 821 of file xmlrpc_commander.cc.
|
inline |
register_monitor_ Constructor
| c | xmlrpc_commander to send transition commands to |
Definition at line 828 of file xmlrpc_commander.cc.