24#ifndef PANICCOMMAND_H_
25#define PANICCOMMAND_H_
28#include <cRIO/DataTypes.h>
44 void ackInProgress(
const char *description,
double timeout)
override;
46 void ackFailed(std::string reason)
override;
Parent class for all commands.
Definition Command.h:42
Definition PanicCommand.h:38
void ackComplete() override
Acknowledges the command has completed successfully.
Definition PanicCommand.cpp:54
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition PanicCommand.cpp:50
bool validate() override
Validates the command.
Definition PanicCommand.cpp:36
void execute() override
Executes the command.
Definition PanicCommand.cpp:48
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition PanicCommand.cpp:58