24#ifndef BOOSTERVALVEOPENCOMMAND_H_
25#define BOOSTERVALVEOPENCOMMAND_H_
27#include <SAL_MTM1M3C.h>
30#include <cRIO/DataTypes.h>
44 void ackInProgress(
const char *description,
double timeout)
override;
46 void ackFailed(std::string reason)
override;
Command system to open booster valves.
Definition BoosterValveOpenCommand.h:39
void execute() override
Executes the command.
Definition BoosterValveOpenCommand.cpp:35
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition BoosterValveOpenCommand.cpp:37
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition BoosterValveOpenCommand.cpp:46
void ackComplete() override
Acknowledges the command has completed successfully.
Definition BoosterValveOpenCommand.cpp:42
Parent class for all commands.
Definition Command.h:42