|
| StartCommand (int32_t commandID, MTM1M3_command_startC *data) |
|
std::string | getConfigurationOverride () |
|
virtual double | getDefaultTimeout () override |
|
bool | validate () override |
| Validates the command.
|
|
void | execute () override |
| Executes the command.
|
|
void | ackInProgress (const char *description, double timeout) override |
| Acknowledges the command is in progress.
|
|
void | ackComplete () override |
| Acknowledges the command has completed successfully.
|
|
void | ackFailed (std::string reason) override |
| Acknowledges the command has failed.
|
|
Public Member Functions inherited from LSST::M1M3::SS::Command |
| Command (int32_t commandID) |
|
int32_t | getCommandID () |
| Gets the command ID.
|
|
virtual void | ackInProgress () |
|
This command is responsible for transitioning the state machine from the standby state to the disabled state. This is an external command and can be issued via SAL.
The command should be executed with settingsToApply, describing which settings should be applied.