#include <CmdIMD.h>
Inheritance diagram for CmdIMDRate:
Public Types | |
enum | CmdIMDRateCommand { TRANSFER, KEEP } |
Public Methods | |
CmdIMDRate (CmdIMDRateCommand, int) | |
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 64 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 63 of file CmdIMD.C. References Command::cmdText, KEEP, and TRANSFER. |