31 #include <ServerFunctionsList.h>
46 BESDEBUG(
"dap_functions",
"Initializing DAP Functions:" << endl );
48 libdap::ServerFunctionsList::TheList()->add_function(
new GridFunction());
49 libdap::ServerFunctionsList::TheList()->add_function(
new GeoGridFunction());
53 libdap::ServerFunctionsList::TheList()->add_function(
new BindNameFunction());
56 libdap::ServerFunctionsList::TheList()->add_function(
new VersionFunction());
58 BESDEBUG(
"dap_functions",
"Done initializing DAP Functions" << endl );
63 BESDEBUG(
"dap_functions",
"Removing DAP Modules (this does nothing)." << endl );
74 strm <<
BESIndent::LMarg <<
"DapFunctions::dump - (" << (
void *)
this <<
")" << endl;
The LinearScaleFunction class encapsulates the linear_scale function 'function_linear_scale' along wi...
virtual void dump(ostream &strm) const
dumps information about this object
The LinearScaleFunction class encapsulates the linear_scale function 'function_linear_scale' along wi...
virtual void initialize(const string &modname)
static ostream & LMarg(ostream &strm)
virtual void terminate(const string &modname)
The LinearScaleFunction class encapsulates the linear_scale function 'function_linear_scale' along wi...
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
BESAbstractModule * maker()