|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
The starting and ending fuctions for the HDF5 OPeNDAP handler via BES. More...
#include <iostream>#include <memory>#include "HDF5Module.h"#include <BESRequestHandlerList.h>#include "HDF5RequestHandler.h"#include <BESDapService.h>#include <BESContainerStorageList.h>#include <BESFileContainerStorage.h>#include <BESCatalogDirectory.h>#include <BESCatalogList.h>#include <BESDebug.h>
Go to the source code of this file.
Macros | |
| #define | HDF5_CATALOG "catalog" |
| #define | HDF5_NAME "h5" |
| #define | prolog std::string("HDF5RequestHandler::").append(__func__).append("() - ") |
Functions | |
| BESAbstractModule * | maker () |
The starting and ending fuctions for the HDF5 OPeNDAP handler via BES.
Definition in file HDF5Module.cc.
| #define HDF5_CATALOG "catalog" |
Definition at line 45 of file HDF5Module.cc.
| #define HDF5_NAME "h5" |
Definition at line 47 of file HDF5Module.cc.
| #define prolog std::string("HDF5RequestHandler::").append(__func__).append("() - ") |
Definition at line 46 of file HDF5Module.cc.
| BESAbstractModule * maker | ( | ) |
Definition at line 102 of file HDF5Module.cc.