24#ifndef DISABLEHARDPOINTCORRECTIONSCOMMAND_H_
25#define DISABLEHARDPOINTCORRECTIONSCOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
40 void ackInProgress(
const char *description,
double timeout)
override;
42 void ackFailed(std::string reason)
override;
Parent class for all commands.
Definition Command.h:42
Definition DisableHardpointCorrectionsCommand.h:35
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition DisableHardpointCorrectionsCommand.cpp:49
void ackComplete() override
Acknowledges the command has completed successfully.
Definition DisableHardpointCorrectionsCommand.cpp:44
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition DisableHardpointCorrectionsCommand.cpp:39
void execute() override
Executes the command.
Definition DisableHardpointCorrectionsCommand.cpp:37