23 #ifndef I_DapRequestHandler_H 24 #define I_DapRequestHandler_H 28 #include "BESRequestHandler.h" 36 static bool d_use_series_values;
37 static bool d_use_series_values_set;
39 static bool d_use_test_types;
40 static bool d_use_test_types_set;
43 static void build_dmr_from_file(
const string& accessed,
bool explicit_containers, libdap::DMR* dmr);
44 static void build_dds_from_file(
const string& accessed,
bool explicit_containers, libdap::DDS* dds);
45 static void load_dds_from_data_file(
const string &accessed, libdap::DDS &dds);
61 virtual void dump(ostream &strm)
const;
64 #endif // DapRequestHandler.h
Represents a specific data type request handler.
Structure storing information used by the BES to handle the request.