24#ifndef KILLFORCEACTUATORBUMPTESTCOMMAND_H_
25#define KILLFORCEACTUATORBUMPTESTCOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
45 void ackInProgress(
const char *description,
double timeout)
override;
47 void ackFailed(std::string reason)
override;
Parent class for all commands.
Definition Command.h:42
Stops any running force actuator bump test.
Definition KillForceActuatorBumpTestCommand.h:40
void execute() override
Executes the command.
Definition KillForceActuatorBumpTestCommand.cpp:37
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition KillForceActuatorBumpTestCommand.cpp:49
void ackComplete() override
Acknowledges the command has completed successfully.
Definition KillForceActuatorBumpTestCommand.cpp:44
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition KillForceActuatorBumpTestCommand.cpp:39