24#ifndef CLEAROFFSETFORCESCOMMAND_H_
25#define CLEAROFFSETFORCESCOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
35class ClearOffsetForcesCommand :
public Command {
37 ClearOffsetForcesCommand(int32_t commandID);
40 void ackInProgress(
const char *description,
double timeout)
override;
42 void ackFailed(std::string reason)
override;
void execute() override
Executes the command.
Definition ClearOffsetForcesCommand.cpp:35
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition ClearOffsetForcesCommand.cpp:37
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition ClearOffsetForcesCommand.cpp:46
void ackComplete() override
Acknowledges the command has completed successfully.
Definition ClearOffsetForcesCommand.cpp:42