24#ifndef EXITENGINEERINGCOMMAND_H_
25#define EXITENGINEERINGCOMMAND_H_
28#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 ExitEngineeringCommand.h:34
void execute() override
Executes the command.
Definition ExitEngineeringCommand.cpp:49
bool validate() override
Validates the command.
Definition ExitEngineeringCommand.cpp:37
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition ExitEngineeringCommand.cpp:51
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition ExitEngineeringCommand.cpp:60
void ackComplete() override
Acknowledges the command has completed successfully.
Definition ExitEngineeringCommand.cpp:56