bes
Updated for version 3.20.8
|
Public Member Functions | |
virtual bool | add_method (std::string method_name, p_transmitter trans_method) |
virtual void | dump (std::ostream &strm) const |
dumps information about this object More... | |
virtual p_transmitter | find_method (std::string method_name) |
virtual bool | remove_method (std::string method_name) |
virtual void | send_html (BESInfo &info, BESDataHandlerInterface &dhi) |
virtual void | send_response (const std::string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi) |
virtual void | send_text (BESInfo &info, BESDataHandlerInterface &dhi) |
Static Public Member Functions | |
static void | send_basic_ascii (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_dap4_csv (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_dap4_csv_helper (std::ostream &out, libdap::DMR *dmr, const std::string &dap4Constraint) |
Definition at line 50 of file BESAsciiTransmit.h.
|
virtualinherited |
dumps information about this object
Displays the pointer value of this instance along with the names of register transmit methods
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 134 of file BESTransmitter.cc.
|
static |
Transmits DAP4 Data as Comma Separated Values
Definition at line 154 of file BESAsciiTransmit.cc.
|
static |
Handle parsing the CE and writing the ASCII/CSV representation. This method can be called using a function result or the original DMR.
Definition at line 125 of file BESAsciiTransmit.cc.