otsdaq
v2_01_00
|
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. More... | |
bool | do_start (art::RunID, uint64_t, uint64_t) override |
Perform the start transition. More... | |
bool | do_stop (uint64_t, uint64_t) override |
Perform the stop transition. More... | |
bool | do_pause (uint64_t, uint64_t) override |
Perform the pause transition. More... | |
bool | do_resume (uint64_t, uint64_t) override |
Perform the resume transition. More... | |
bool | do_shutdown (uint64_t) override |
Perform the shutdown transition. More... | |
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.
|
override |
Perform the initialize transition.
Definition at line 32 of file ARTDAQCommandable.cc.
|
override |
Perform the pause transition.
Definition at line 68 of file ARTDAQCommandable.cc.
|
override |
Perform the resume transition.
Definition at line 78 of file ARTDAQCommandable.cc.
|
override |
Perform the shutdown transition.
Definition at line 88 of file ARTDAQCommandable.cc.
|
override |
Perform the start transition.
Definition at line 48 of file ARTDAQCommandable.cc.
|
override |
Perform the stop transition.
Definition at line 58 of file ARTDAQCommandable.cc.