OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
HDF5RequestHandler.cc File Reference

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"
Include dependency graph for HDF5RequestHandler.cc:

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)
 

Detailed Description

The implementation of the entry functions to execute the handlers.

It includes build_das, build_dds and build_data etc.

Author
James Gallagher jgall.nosp@m.aghe.nosp@m.r@ope.nosp@m.ndap.nosp@m..org

Definition in file HDF5RequestHandler.cc.

Macro Definition Documentation

#define HDF5_NAME   "h5"

Definition at line 76 of file HDF5RequestHandler.cc.

Referenced by HDF5RequestHandler::hdf5_build_help().

Function Documentation

void read_cfdas ( DAS &  das,
const string &  filename,
hid_t  fileid 
)
void read_cfdds ( DDS &  dds,
const string &  filename,
hid_t  fileid 
)