24#ifndef ABORTPROFILECOMMAND_H_
25#define ABORTPROFILECOMMAND_H_
28#include <SAL_MTM1M3C.h>
29#include <cRIO/DataTypes.h>
40 void ackInProgress(
const char *description,
double timeout)
override;
42 void ackFailed(std::string reason)
override;
Definition AbortProfileCommand.h:35
void execute() override
Executes the command.
Definition AbortProfileCommand.cpp:36
void ackInProgress(const char *description, double timeout) override
Acknowledges the command is in progress.
Definition AbortProfileCommand.cpp:38
void ackComplete() override
Acknowledges the command has completed successfully.
Definition AbortProfileCommand.cpp:42
void ackFailed(std::string reason) override
Acknowledges the command has failed.
Definition AbortProfileCommand.cpp:46
Parent class for all commands.
Definition Command.h:42