Command class representing a start transition. More...
Public Member Functions | |
start_ (xmlrpc_commander &c) | |
start_ Command (cmd_ derived class) Constructor | |
Static Public Attributes | |
static const uint64_t | defaultTimeout = 45 |
static const uint64_t | defaultTimestamp = std::numeric_limits<const uint64_t>::max() |
Command class representing a start transition.
Definition at line 401 of file xmlrpc_commander.cc.
artdaq::start_::start_ | ( | xmlrpc_commander & | c | ) | [inline, explicit] |
start_ Command (cmd_ derived class) Constructor
c | xmlrpc_commander instance to command |
Definition at line 408 of file xmlrpc_commander.cc.
const uint64_t artdaq::start_::defaultTimeout = 45 [static] |
Default timeout for command
Definition at line 412 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 414 of file xmlrpc_commander.cc.