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