27 #ifndef I_NCRequestHandler_H
28 #define I_NCRequestHandler_H 1
34 static bool _show_shared_dims;
35 static bool _show_shared_dims_set;
37 static bool _ignore_unknown_types;
38 static bool _ignore_unknown_types_set;
40 static bool _promote_byte_to_short_set;
41 static bool _promote_byte_to_short;
56 return _show_shared_dims;
60 return _ignore_unknown_types;
64 return _promote_byte_to_short;
static bool nc_build_version(BESDataHandlerInterface &dhi)
virtual ~NCRequestHandler(void)
static bool get_show_shared_dims()
static bool nc_build_dds(BESDataHandlerInterface &dhi)
static bool nc_build_das(BESDataHandlerInterface &dhi)
static bool get_ignore_unknown_types()
Represents a specific data type request handler.
NCRequestHandler(const string &name)
static bool nc_build_dmr(BESDataHandlerInterface &dhi)
Structure storing information used by the BES to handle the request.
static bool nc_build_data(BESDataHandlerInterface &dhi)
static bool nc_build_help(BESDataHandlerInterface &dhi)
static bool get_promote_byte_to_short()