Public Member Functions | |
ARTDAQCommandable (GatewaySupervisor *super) | |
void | init (int commanderId, std::string commanderType) |
bool | do_initialize (fhicl::ParameterSet const &, uint64_t, uint64_t) override |
Perform the initialize transition. | |
bool | do_start (art::RunID, uint64_t, uint64_t) override |
Perform the start transition. | |
bool | do_stop (uint64_t, uint64_t) override |
Perform the stop transition. | |
bool | do_pause (uint64_t, uint64_t) override |
Perform the pause transition. | |
bool | do_resume (uint64_t, uint64_t) override |
Perform the resume transition. | |
bool | do_shutdown (uint64_t) override |
Perform the shutdown transition. | |
bool | do_meta_command (std::string const &, std::string const &) override |
Run a module-defined command with the given parameter string. |
Definition at line 11 of file ARTDAQCommandable.h.
bool ots::ARTDAQCommandable::do_initialize | ( | fhicl::ParameterSet const & | ps, | |
uint64_t | , | |||
uint64_t | ||||
) | [override] |
Perform the initialize transition.
Definition at line 32 of file ARTDAQCommandable.cc.
bool ots::ARTDAQCommandable::do_pause | ( | uint64_t | , | |
uint64_t | ||||
) | [override] |
Perform the pause transition.
Definition at line 68 of file ARTDAQCommandable.cc.
bool ots::ARTDAQCommandable::do_resume | ( | uint64_t | , | |
uint64_t | ||||
) | [override] |
Perform the resume transition.
Definition at line 78 of file ARTDAQCommandable.cc.
bool ots::ARTDAQCommandable::do_shutdown | ( | uint64_t | ) | [override] |
Perform the shutdown transition.
Definition at line 88 of file ARTDAQCommandable.cc.
bool ots::ARTDAQCommandable::do_start | ( | art::RunID | , | |
uint64_t | , | |||
uint64_t | ||||
) | [override] |
Perform the start transition.
Definition at line 48 of file ARTDAQCommandable.cc.
bool ots::ARTDAQCommandable::do_stop | ( | uint64_t | , | |
uint64_t | ||||
) | [override] |
Perform the stop transition.
Definition at line 58 of file ARTDAQCommandable.cc.