24#ifndef TURNLIGHTSOFFCOMMAND_H_
25#define TURNLIGHTSOFFCOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
35class TurnLightsOffCommand :
public Command {
37 TurnLightsOffCommand(int32_t commandID, MTM1M3_command_turnLightsOffC *);
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 TurnLightsOffCommand.cpp:46
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition TurnLightsOffCommand.cpp:38
void ackComplete() override
Acknowledges the command has completed successfully.
Definition TurnLightsOffCommand.cpp:42
void execute() override
Executes the command.
Definition TurnLightsOffCommand.cpp:36