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