#include <DAPCommandModule.h>


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 | |
| DAPCommandModule::DAPCommandModule | ( | ) | [inline] |
| virtual DAPCommandModule::~DAPCommandModule | ( | ) | [inline, virtual] |
| 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.
References BESIndent::LMarg().

| void DAPCommandModule::initialize | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
References BESCommand::add_command(), BESDEBUG, CATALOG_RESPONSE, DAS_RESPONSE, DATA_RESPONSE, DDS_RESPONSE, DDX_RESPONSE, SHOW_INFO_RESPONSE, and BESCommand::TermCommand.

| void DAPCommandModule::terminate | ( | const string & | modname | ) | [virtual] |
Implements BESAbstractModule.
References BESDEBUG, CATALOG_RESPONSE, DAS_RESPONSE, DATA_RESPONSE, DDS_RESPONSE, DDX_RESPONSE, BESCommand::del_command(), and SHOW_INFO_RESPONSE.

1.5.8