|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
The main header of the HDF5 OPeNDAP handler. More...
#include "config_hdf5.h"#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h>#include <assert.h>#include <iostream>#include <string>#include <vector>#include <sstream>#include <libdap/DAS.h>#include <libdap/DDS.h>#include <libdap/parser.h>#include <libdap/ConstraintEvaluator.h>#include <libdap/InternalErr.h>#include <hdf5.h>#include "h5das.h"#include "h5dds.h"#include "h5dmr.h"#include "h5get.h"#include "HDF5PathFinder.h"

Go to the source code of this file.
Classes | |
| struct | DS |
| A structure for DDS generation. More... | |
| struct | DSattr |
| A structure for DAS generation. More... | |
Typedefs | |
| typedef struct DS | DS_t |
| A structure for DDS generation. | |
| typedef struct DSattr | DSattr_t |
| A structure for DAS generation. | |
Variables | |
| const int | DODS_MAX_RANK =30 |
| Maximum number of dimensions in an array(default option only). | |
| const int | DODS_NAMELEN =1024 |
| Maximum length of variable or attribute name(default option only). | |
| const std::string | HDF5_OBJ_FULLPATH ="HDF5_OBJ_FULLPATH" |
| The special DAS attribute name for HDF5 path information from the top(root) group. | |
The main header of the HDF5 OPeNDAP handler.
Definition in file hdf5_handler.h.
| const int DODS_MAX_RANK =30 |
Maximum number of dimensions in an array(default option only).
Definition at line 63 of file hdf5_handler.h.
| const int DODS_NAMELEN =1024 |
Maximum length of variable or attribute name(default option only).
Definition at line 65 of file hdf5_handler.h.
| const std::string HDF5_OBJ_FULLPATH ="HDF5_OBJ_FULLPATH" |
The special DAS attribute name for HDF5 path information from the top(root) group.
Definition at line 67 of file hdf5_handler.h.