24#ifndef PAUSEM1M3RAISINGLOWERINGCOMMAND_H_
25#define PAUSEM1M3RAISINGLOWERINGCOMMAND_H_
28#include <cRIO/DataTypes.h>
39 void ackInProgress(
const char *description,
double timeout)
override;
41 void ackFailed(std::string reason)
override;
Parent class for all commands.
Definition Command.h:42
Definition PauseM1M3RaisingLoweringCommand.h:34
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition PauseM1M3RaisingLoweringCommand.cpp:46
void execute() override
Executes the command.
Definition PauseM1M3RaisingLoweringCommand.cpp:35
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition PauseM1M3RaisingLoweringCommand.cpp:37
void ackComplete() override
Acknowledges the command has completed successfully.
Definition PauseM1M3RaisingLoweringCommand.cpp:42