artdaq  v3_06_00
artdaq::start_ Class Reference

Command class representing a start transition. More...

Inheritance diagram for artdaq::start_:
artdaq::cmd_

Public Member Functions

 start_ (xmlrpc_commander &c)
 start_ Command (cmd_ derived class) 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 &paramList, xmlrpc_c::value *const retvalP) final
 Execute trhe command with the given parameters. More...
 

Static Public Attributes

static const uint64_t defaultTimeout = 45
 
static const uint64_t defaultTimestamp = std::numeric_limits<const uint64_t>::max()
 

Additional Inherited Members

- Protected Member Functions inherited from artdaq::cmd_
template<typename T >
getParam (const xmlrpc_c::paramList &paramList, int index)
 Get a parameter from the parameter list. More...
 
template<typename T >
getParam (const xmlrpc_c::paramList &paramList, 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 &paramList, 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.
 

Detailed Description

Command class representing a start transition.

Definition at line 513 of file xmlrpc_commander.cc.

Constructor & Destructor Documentation

artdaq::start_::start_ ( xmlrpc_commander c)
inlineexplicit

start_ Command (cmd_ derived class) Constructor

Parameters
cxmlrpc_commander instance to command

Definition at line 520 of file xmlrpc_commander.cc.

Member Data Documentation

const uint64_t artdaq::start_::defaultTimeout = 45
static

Default timeout for command

Definition at line 525 of file xmlrpc_commander.cc.

const uint64_t artdaq::start_::defaultTimestamp = std::numeric_limits<const uint64_t>::max()
static

Default timestamp for Command

Definition at line 527 of file xmlrpc_commander.cc.


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