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