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

Map and generate DDS and DAS for the CF option for generic HDF5 products. More...

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <iostream>
#include <sstream>
#include <BESDebug.h>
#include <InternalErr.h>
#include "h5cfdaputil.h"
#include "h5gmcfdap.h"
#include "HDF5CFByte.h"
#include "HDF5CFUInt16.h"
#include "HDF5CFInt16.h"
#include "HDF5CFUInt32.h"
#include "HDF5CFInt32.h"
#include "HDF5CFFloat32.h"
#include "HDF5CFFloat64.h"
#include "HDF5CFStr.h"
#include "HDF5CFArray.h"
#include "HDF5GMCFMissLLArray.h"
#include "HDF5GMCFFillIndexArray.h"
#include "HDF5GMCFMissNonLLCVArray.h"
#include "HDF5GMCFSpecialCVArray.h"
#include "HDF5GMSPCFArray.h"
Include dependency graph for h5gmcfdap.cc:

Go to the source code of this file.

Macros

#define HANDLE_CASE(tid, type)
 
#define HANDLE_CASE(tid, type)
 

Functions

void gen_dap_onegmcvar_dds (DDS &dds, const HDF5CF::GMCVar *cvar, const hid_t file_id, const string &filename)
 
void gen_dap_onegmspvar_dds (DDS &dds, const HDF5CF::GMSPVar *spvar, const hid_t fileid, const string &filename)
 
void gen_gmh5_cfdas (DAS &das, HDF5CF::GMFile *f)
 
void gen_gmh5_cfdds (DDS &dds, HDF5CF::GMFile *f)
 
void map_gmh5_cfdas (DAS &das, hid_t file_id, const string &filename)
 
void map_gmh5_cfdds (DDS &dds, hid_t file_id, const string &filename)
 
void update_GPM_special_attrs (DAS &das, const HDF5CF::Var *var)
 

Detailed Description

Map and generate DDS and DAS for the CF option for generic HDF5 products.

Author
Muqun Yang myang.nosp@m.6@hd.nosp@m.fgrou.nosp@m.p.or.nosp@m.g

Definition in file h5gmcfdap.cc.

Macro Definition Documentation

#define HANDLE_CASE (   tid,
  type 
)
Value:
case tid: \
bt = new (type)(cvar->getNewName(),cvar->getFullPath()); \
break;

Referenced by gen_dap_onegmcvar_dds(), and gen_dap_onegmspvar_dds().

#define HANDLE_CASE (   tid,
  type 
)
Value:
case tid: \
bt = new (type)(spvar->getNewName(),spvar->getFullPath()); \
break;

Function Documentation

void gen_dap_onegmcvar_dds ( DDS &  dds,
const HDF5CF::GMCVar cvar,
const hid_t  file_id,
const string &  filename 
)
void gen_dap_onegmspvar_dds ( DDS &  dds,
const HDF5CF::GMSPVar spvar,
const hid_t  fileid,
const string &  filename 
)
void gen_gmh5_cfdds ( DDS &  dds,
HDF5CF::GMFile f 
)
void update_GPM_special_attrs ( DAS &  das,
const HDF5CF::Var var 
)

Definition at line 632 of file h5gmcfdap.cc.

References HDF5CF::Var::getNewName(), HDF5CF::Var::getType(), H5CHAR, H5FLOAT32, H5FLOAT64, H5INT16, and NULL.

Referenced by gen_gmh5_cfdas().

Here is the call graph for this function: