|
|
| ApplyOffsetForcesCommand (int32_t commandID, MTM1M3_command_applyOffsetForcesC *data) |
| |
|
MTM1M3_command_applyOffsetForcesC * | getData () |
| |
| bool | validate () |
| | Validates the command.
|
| |
| void | execute () |
| | Executes the command.
|
| |
| void | ackInProgress (const char *description, double timeout) |
| | Acknowledges the command is in progress.
|
| |
| void | ackComplete () |
| | Acknowledges the command has completed successfully.
|
| |
| void | ackFailed (std::string reason) |
| | 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 double | getDefaultTimeout () |
| |
|
virtual void | ackInProgress () |
| |
◆ ackComplete()
| void ApplyOffsetForcesCommand::ackComplete |
( |
| ) |
|
|
virtual |
◆ ackFailed()
| void ApplyOffsetForcesCommand::ackFailed |
( |
std::string | reason | ) |
|
|
virtual |
Acknowledges the command has failed.
- Parameters
-
| [in] | reason | The reason why the command has failed. |
Reimplemented from LSST::M1M3::SS::Command.
◆ ackInProgress()
| void ApplyOffsetForcesCommand::ackInProgress |
( |
const char * | description, |
|
|
double | timeout ) |
|
virtual |
Acknowledges the command is in progress.
- Parameters
-
| description | Textual description send with the command. |
| timeout | |
Reimplemented from LSST::M1M3::SS::Command.
◆ execute()
| void ApplyOffsetForcesCommand::execute |
( |
| ) |
|
|
virtual |
◆ validate()
| bool ApplyOffsetForcesCommand::validate |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: