24#ifndef RUNMIRRORFORCEPROFILECOMMAND_H_
25#define RUNMIRRORFORCEPROFILECOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
39 MTM1M3_command_runMirrorForceProfileC *getData() {
return &_data; }
48 MTM1M3_command_runMirrorForceProfileC _data;
Parent class for all commands.
Definition Command.h:42
Definition RunMirrorForceProfileCommand.h:35
void execute()
Executes the command.
Definition RunMirrorForceProfileCommand.cpp:48
bool validate()
Validates the command.
Definition RunMirrorForceProfileCommand.cpp:46
void ackFailed(std::string reason)
Acknowledges the command has failed.
Definition RunMirrorForceProfileCommand.cpp:59
void ackInProgress(const char *description, double timeout)
Acknowledges the command is in progress.
Definition RunMirrorForceProfileCommand.cpp:50
void ackComplete()
Acknowledges the command has completed successfully.
Definition RunMirrorForceProfileCommand.cpp:55