bes
Updated for version 3.20.6
|
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 <DAS.h>
#include <DDS.h>
#include <parser.h>
#include <ConstraintEvaluator.h>
#include <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. More... | |
typedef struct DSattr | DSattr_t |
A structure for DAS generation. More... | |
Variables | |
const int | DODS_MAX_RANK =30 |
Maximum number of dimensions in an array(default option only). More... | |
const int | DODS_NAMELEN =1024 |
Maximum length of variable or attribute name(default option only). More... | |
const std::string | HDF5_OBJ_FULLPATH ="HDF5_OBJ_FULLPATH" |
The special DAS attribute name for HDF5 path information from the top(root) group. More... | |
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 62 of file hdf5_handler.h.
const int DODS_NAMELEN =1024 |
Maximum length of variable or attribute name(default option only).
Definition at line 64 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 66 of file hdf5_handler.h.