otsdaq
v2_03_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 12 of file ARTDAQCommandable.h.
|
override |
Perform the initialize transition.
Definition at line 33 of file ARTDAQCommandable.cc.
|
override |
Perform the pause transition.
Definition at line 91 of file ARTDAQCommandable.cc.
|
override |
Perform the resume transition.
Definition at line 106 of file ARTDAQCommandable.cc.
|
override |
Perform the shutdown transition.
Definition at line 121 of file ARTDAQCommandable.cc.
|
override |
Perform the start transition.
Definition at line 61 of file ARTDAQCommandable.cc.
|
override |
Perform the stop transition.
Definition at line 76 of file ARTDAQCommandable.cc.