#include <DAPCommandModule.h>
Inheritance diagram for DAPCommandModule:
Public Member Functions | |
DAPCommandModule () | |
virtual | ~DAPCommandModule () |
virtual void | initialize (const string &modname) |
virtual void | terminate (const string &modname) |
virtual void | dump (ostream &strm) const |
dumps information about this object |
Definition at line 38 of file DAPCommandModule.h.
DAPCommandModule::DAPCommandModule | ( | ) | [inline] |
Definition at line 41 of file DAPCommandModule.h.
virtual DAPCommandModule::~DAPCommandModule | ( | ) | [inline, virtual] |
Definition at line 42 of file DAPCommandModule.h.
void DAPCommandModule::initialize | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
Definition at line 48 of file DAPCommandModule.cc.
References BESCommand::add_command(), BESDEBUG, CATALOG_RESPONSE, DAS_RESPONSE, DATA_RESPONSE, DDS_RESPONSE, DDX_RESPONSE, SHOW_INFO_RESPONSE, and BESCommand::TermCommand.
Here is the call graph for this function:
void DAPCommandModule::terminate | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
Definition at line 78 of file DAPCommandModule.cc.
References BESDEBUG, CATALOG_RESPONSE, DAS_RESPONSE, DATA_RESPONSE, DDS_RESPONSE, DDX_RESPONSE, BESCommand::del_command(), and SHOW_INFO_RESPONSE.
Here is the call graph for this function:
void DAPCommandModule::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this class
strm | C++ i/o stream to dump the information to |
Implements BESAbstractModule.
Definition at line 99 of file DAPCommandModule.cc.
References BESIndent::LMarg().
Here is the call graph for this function: