57 #define ASCII_RESPONSE "get.ascii"
58 #define ASCII_SERVICE "ascii"
59 #define ASCII_RESPONSE_STR "getAscii"
64 BESDEBUG(
"ascii",
"Initializing module " << modname << endl);
74 BESDEBUG(
"ascii",
"Done Initializing module " << modname << endl);
79 BESDEBUG(
"ascii",
"Cleaning module " << modname << endl);
88 BESDEBUG(
"ascii",
"Done Cleaning module " << modname << endl);
99 strm <<
BESIndent::LMarg <<
"BESAsciiModule::dump - (" << (
void *)
this <<
")" << endl;
virtual bool del_transmitter(const string &name)
virtual bool add_handler(const string &handler_name, BESRequestHandler *handler)
add a request handler to the list of registered handlers for this server
virtual void terminate(const string &modname)
virtual bool add_transmitter(const string &name, BESTransmitter *transmitter)
virtual void dump(ostream &strm) const
dumps information about this object
static BESReturnManager * TheManager()
BESAbstractModule * maker()
#define DAP4_CSV_TRANSMITTER
#define ASCII_TRANSMITTER
static ostream & LMarg(ostream &strm)
Represents a specific data type request handler.
static BESRequestHandlerList * TheList()
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
virtual void initialize(const string &modname)
static void Register(const string &flagName)
register the specified debug flag
virtual BESRequestHandler * remove_handler(const string &handler_name)
remove and return the specified request handler