#include <SarCommand.h>
Inheritance diagram for SarCommand::
Public Methods | |
SarCommand () | |
~SarCommand () | |
virtual void | run (std::ostream &) |
virtual string | getCommandString () |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
virtual void | getHelp (std::ostream &) |
Return a default help string. More... | |
Static Private Methods | |
void * | receive (void *sarPtr) |
Private Attributes | |
SAR * | m_singleSar |
SAR * | m_sarA |
SAR * | m_sarB |
PacketWriterTest * | m_packetWriterA |
PacketWriterTest * | m_packetWriterB |
|
|
|
|
|
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 21 of file SarCommand.h. |
|
Definition at line 22 of file SarCommand.h. |
|
Definition at line 19 of file SarCommand.h. |
|
Definition at line 20 of file SarCommand.h. |
|
Definition at line 17 of file SarCommand.h. |