bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDF5Module.cc File Reference

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

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

BESAbstractModulemaker ()
 

Detailed Description

The starting and ending fuctions for the HDF5 OPeNDAP handler via BES.

Author
Patrick West pwest.nosp@m.@uca.nosp@m.r.edu

Definition in file HDF5Module.cc.

Macro Definition Documentation

◆ HDF5_CATALOG

#define HDF5_CATALOG   "catalog"

Definition at line 45 of file HDF5Module.cc.

◆ HDF5_NAME

#define HDF5_NAME   "h5"

Definition at line 47 of file HDF5Module.cc.

◆ prolog

#define prolog   std::string("HDF5RequestHandler::").append(__func__).append("() - ")

Definition at line 46 of file HDF5Module.cc.

Function Documentation

◆ maker()

BESAbstractModule * maker ( )

Definition at line 102 of file HDF5Module.cc.