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