24#ifndef RESUMEM1M3RAISINGLOWERINGCOMMAND_H_
25#define RESUMEM1M3RAISINGLOWERINGCOMMAND_H_
28#include <cRIO/DataTypes.h>
34class ResumeM1M3RaisingLoweringCommand :
public Command {
36 ResumeM1M3RaisingLoweringCommand(int32_t commandID);
39 void ackInProgress(
const char *description,
double timeout)
override;
41 void ackFailed(std::string reason)
override;
void execute() override
Executes the command.
Definition ResumeM1M3RaisingLoweringCommand.cpp:37
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition ResumeM1M3RaisingLoweringCommand.cpp:39
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition ResumeM1M3RaisingLoweringCommand.cpp:48
void ackComplete() override
Acknowledges the command has completed successfully.
Definition ResumeM1M3RaisingLoweringCommand.cpp:44