|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
DAS/DDS/DATA request processing holder for the CF option. More...
#include <InternalErr.h>#include <debug.h>#include <mime_util.h>#include "config_hdf5.h"#include "h5cfdap.h"#include <BESDebug.h>
Go to the source code of this file.
Functions | |
| void | read_cfdas (DAS &, const string &, hid_t) |
| void | read_cfdds (DDS &, const string &, hid_t) |
DAS/DDS/DATA request processing holder for the CF option.
This file is the main holder of the HDF5 for the CF option, a C++ implementation.
Definition in file h5cfdap.cc.
| void read_cfdas | ( | DAS & | das, |
| const string & | filename, | ||
| hid_t | myfile_id | ||
| ) |
Definition at line 83 of file h5cfdap.cc.
References BESDEBUG, check_module(), HDF5_JPSS, HDF_EOS5, map_eos5_cfdas(), and map_gmh5_cfdas().
Referenced by HDF5RequestHandler::hdf5_build_das(), HDF5RequestHandler::hdf5_build_data(), HDF5RequestHandler::hdf5_build_data_with_IDs(), and HDF5RequestHandler::hdf5_build_dds().

| void read_cfdds | ( | DDS & | dds, |
| const string & | filename, | ||
| hid_t | myfile_id | ||
| ) |
Definition at line 44 of file h5cfdap.cc.
References BESDEBUG, check_module(), HDF5_JPSS, HDF_EOS5, map_eos5_cfdds(), and map_gmh5_cfdds().
Referenced by HDF5RequestHandler::hdf5_build_data(), HDF5RequestHandler::hdf5_build_data_with_IDs(), and HDF5RequestHandler::hdf5_build_dds().
