#include <CResumeCommand.h>
Inheritance diagram for CResumeCommand:
Public Methods | |
CResumeCommand () | |
Default constructor. | |
~CResumeCommand () | |
Destructor. | |
Protected Methods | |
virtual int | operator() (CTCLInterpreter &rInterp, CTCLResult &rResult, int argc, char **argv) |
virtual int | ExecutePreFunction () |
virtual int | ExecutePostFunction () |
Private Methods | |
CResumeCommand (const CResumeCommand &rhs) | |
Copy constructor. | |
CResumeCommand & | operator= (const CResumeCommand &rhs) |
Assignment. | |
int | operator== (const CResumeCommand &rhs) const |
Comparison for equality. | |
int | operator!= (const CResumeCommand &rhs) const |
void | Usage (CTCLResult &rResult) |
|
Default constructor. Default constructor. This is called when declarations of the form e.g.:
Definition at line 294 of file CResumeCommand.cpp. |
|
Destructor.
Definition at line 303 of file CResumeCommand.h. |
|
Copy constructor.
|
|
Invokes the Post Resume script.
Implements CStateTransitionCommand. Definition at line 370 of file CResumeCommand.cpp. |
|
Invokes the pre resume script.
Implements CStateTransitionCommand. Definition at line 358 of file CResumeCommand.cpp. |
|
|
|
Resumes a run. The run must already be paused. two threads are relevant the Interpreter thread , and the trigger thread not active now..
Definition at line 322 of file CResumeCommand.cpp. References CReadoutMain::getExperiment(), CReadoutMain::getInstance(), CReadoutMain::getRunState(), CRunState::Resume(), CExperiment::Start(), and Usage(). |
|
Assignment.
|
|
Comparison for equality.
|
|
Displays command usage:
Definition at line 381 of file CResumeCommand.cpp. Referenced by operator()(). |