#include <TransportLayerCommand.h>
Inheritance diagram for TransportLayerCommand::
Public Methods | |
TransportLayerCommand () | |
virtual void | run (std::ostream &) |
virtual string | getCommandString () |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
virtual void | getHelp (std::ostream &s) |
Return a default help string. More... | |
Private Attributes | |
TransportLayer * | m_tl |
int | m_serviceNumber |
|
|
|
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 14 of file TransportLayerCommand.h. |
|
Definition at line 13 of file TransportLayerCommand.h. |