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