24#ifndef SETSLEWCONTROLLERSETTINGSCOMMAND_H_
25#define SETSLEWCONTROLLERSETTINGSCOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
39 MTM1M3_command_setSlewControllerSettingsC *getData() {
return &_data; }
43 void ackInProgress(
const char *description,
double timeout)
override;
45 void ackFailed(std::string reason)
override;
48 MTM1M3_command_setSlewControllerSettingsC _data;
Parent class for all commands.
Definition Command.h:42
Definition SetSlewControllerSettingsCommand.h:35
void ackComplete() override
Acknowledges the command has completed successfully.
Definition SetSlewControllerSettingsCommand.cpp:69
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition SetSlewControllerSettingsCommand.cpp:73
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition SetSlewControllerSettingsCommand.cpp:64
void execute() override
Executes the command.
Definition SetSlewControllerSettingsCommand.cpp:62
bool validate() override
Validates the command.
Definition SetSlewControllerSettingsCommand.cpp:44