bes Updated for version 3.20.13
HDF5Module.cc File Reference

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

#include <iostream>
#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 44 of file HDF5Module.cc.

◆ HDF5_NAME

#define HDF5_NAME   "h5"

Definition at line 46 of file HDF5Module.cc.

◆ prolog

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

Definition at line 45 of file HDF5Module.cc.

Function Documentation

◆ maker()

BESAbstractModule * maker ( )

Definition at line 98 of file HDF5Module.cc.