|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
The implementation of the entry functions to execute the handlers. More...
#include <string>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <mime_util.h>#include "hdf5_handler.h"#include "HDF5RequestHandler.h"#include "HDF5_DDS.h"#include <BESDASResponse.h>#include <BESDDSResponse.h>#include <BESDataDDSResponse.h>#include <Ancillary.h>#include <BESInfo.h>#include <BESDapNames.h>#include <BESResponseNames.h>#include <BESContainer.h>#include <BESResponseHandler.h>#include <BESVersionInfo.h>#include <BESServiceRegistry.h>#include <BESUtil.h>#include <BESDapError.h>#include <BESNotFoundError.h>#include <BESInternalFatalError.h>#include <TheBESKeys.h>#include <BESDebug.h>#include "h5get.h"#include "config_hdf5.h"#include "h5cfdaputil.h"
Go to the source code of this file.
Macros | |
| #define | HDF5_NAME "h5" |
Functions | |
| void | read_cfdas (DAS &das, const string &filename, hid_t fileid) |
| void | read_cfdds (DDS &dds, const string &filename, hid_t fileid) |
The implementation of the entry functions to execute the handlers.
It includes build_das, build_dds and build_data etc.
Definition in file HDF5RequestHandler.cc.
| #define HDF5_NAME "h5" |
Definition at line 76 of file HDF5RequestHandler.cc.
Referenced by HDF5RequestHandler::hdf5_build_help().
| void read_cfdas | ( | DAS & | das, |
| const string & | filename, | ||
| hid_t | fileid | ||
| ) |
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 | fileid | ||
| ) |
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().
