#include <NpPacketCommand.h>
Inheritance diagram for NpPacketCommand::
Public Methods | |
NpPacketCommand (NpPacket::NpType) | |
virtual string | getCommandString () |
virtual void | run (std::ostream &out) |
virtual void | getHtmlInterface (std::ostream &out) |
Return a default HTML interface. More... | |
virtual void | getHelp (std::ostream &out) |
Return a default help string. More... | |
Private Attributes | |
NpPacket * | m_packet |
|
|
|
Reimplemented from Command. |
|
Return a default help string.
Reimplemented from Command. |
|
Return a default HTML interface.
Reimplemented from Command. |
|
Reimplemented from Command. |
|
Definition at line 12 of file NpPacketCommand.h. |