24#ifndef ENABLECOMMAND_H_
25#define ENABLECOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
40class EnableCommand :
public Command {
42 EnableCommand(int32_t commandID);
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