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