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