#include <RunCommand.h>
Public Types | |
enum | CommandType { getready, initrun, run, stop, pauserun, resume, trigger, send_reset, gettingready } |
Possible commands. | |
Public Member Functions | |
RunCommand () | |
Constructor. | |
virtual | ~RunCommand () |
Destructor. | |
void | send_command (CommandType cmd) |
commands |