27 #ifndef I_NCRequestHandler_H 28 #define I_NCRequestHandler_H 1 30 #include <BESRequestHandler.h> 40 static bool _show_shared_dims;
41 static bool _show_shared_dims_set;
43 static bool _ignore_unknown_types;
44 static bool _ignore_unknown_types_set;
46 static bool _promote_byte_to_short_set;
47 static bool _promote_byte_to_short;
49 static unsigned int _cache_entries;
50 static float _cache_purge_level;
56 static void get_dds_with_attributes(
const std::string& dataset_name,
const std::string& container_name, libdap::DDS* dds);
69 static bool get_show_shared_dims()
71 return _show_shared_dims;
73 static bool get_ignore_unknown_types()
75 return _ignore_unknown_types;
77 static bool get_promote_byte_to_short()
79 return _promote_byte_to_short;
81 static unsigned int get_cache_entries()
83 return _cache_entries;
85 static float get_cache_purge_level()
87 return _cache_purge_level;
Represents a specific data type request handler.
Structure storing information used by the BES to handle the request.
An in-memory cache for DapObj (DAS, DDS, ...) objects.