ots::ARTDAQCommandable Class Reference

List of all members.

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.

Detailed Description

Definition at line 11 of file ARTDAQCommandable.h.


Member Function Documentation

bool ots::ARTDAQCommandable::do_initialize ( fhicl::ParameterSet const &  ps,
uint64_t  ,
uint64_t   
) [override]

Perform the initialize transition.

Returns:
Whether the transition succeeded

Definition at line 32 of file ARTDAQCommandable.cc.

bool ots::ARTDAQCommandable::do_pause ( uint64_t  ,
uint64_t   
) [override]

Perform the pause transition.

Returns:
Whether the transition succeeded

Definition at line 68 of file ARTDAQCommandable.cc.

bool ots::ARTDAQCommandable::do_resume ( uint64_t  ,
uint64_t   
) [override]

Perform the resume transition.

Returns:
Whether the transition succeeded

Definition at line 78 of file ARTDAQCommandable.cc.

bool ots::ARTDAQCommandable::do_shutdown ( uint64_t   )  [override]

Perform the shutdown transition.

Returns:
Whether the transition succeeded

Definition at line 88 of file ARTDAQCommandable.cc.

bool ots::ARTDAQCommandable::do_start ( art::RunID  ,
uint64_t  ,
uint64_t   
) [override]

Perform the start transition.

Returns:
Whether the transition succeeded

Definition at line 48 of file ARTDAQCommandable.cc.

bool ots::ARTDAQCommandable::do_stop ( uint64_t  ,
uint64_t   
) [override]

Perform the stop transition.

Returns:
Whether the transition succeeded

Definition at line 58 of file ARTDAQCommandable.cc.


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

Generated on 29 May 2018 for otsdaq by  doxygen 1.6.1