#include <CmdIMD.h>
Inheritance diagram for CmdIMDSim:
Public Types | |
enum | CmdIMDSimCommand { PAUSE_TOGGLE, PAUSE_ON, PAUSE_OFF, DETACH, KILL } |
Public Methods | |
CmdIMDSim (CmdIMDSimCommand) | |
Protected Methods | |
virtual void | create_text () |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 44 of file CmdIMD.h.
|
|
|
|
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 46 of file CmdIMD.C. References Command::cmdText, DETACH, KILL, PAUSE_OFF, PAUSE_ON, and PAUSE_TOGGLE. |