OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
h5commoncfdap.h File Reference

Functions to generate DDS and DAS for one object(variable). More...

#include <DDS.h>
#include <DAS.h>
#include "hdf5.h"
#include <string>
#include "HDF5CF.h"
Include dependency graph for h5commoncfdap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gen_dap_oneobj_das (AttrTable *, const HDF5CF::Attribute *, const HDF5CF::Var *)
 
void gen_dap_onevar_dds (DDS &dds, const HDF5CF::Var *, const hid_t, const string &)
 
void gen_dap_special_oneobj_das (AttrTable *, const HDF5CF::Attribute *, const HDF5CF::Var *)
 
void gen_dap_str_attr (AttrTable *, const HDF5CF::Attribute *)
 
bool need_special_attribute_handling (const HDF5CF::Attribute *, const HDF5CF::Var *)
 

Detailed Description

Functions to generate DDS and DAS for one object(variable).

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

Definition in file h5commoncfdap.h.

Function Documentation

void gen_dap_onevar_dds ( DDS &  dds,
const HDF5CF::Var ,
const hid_t  ,
const string &   
)
void gen_dap_special_oneobj_das ( AttrTable *  ,
const HDF5CF::Attribute ,
const HDF5CF::Var  
)
void gen_dap_str_attr ( AttrTable *  ,
const HDF5CF::Attribute  
)
bool need_special_attribute_handling ( const HDF5CF::Attribute ,
const HDF5CF::Var  
)

Definition at line 142 of file h5commoncfdap.cc.

References HDF5CF::Attribute::getNewName(), HDF5CF::Attribute::getType(), and HDF5CF::Var::getType().

Referenced by gen_dap_oneobj_das().

Here is the call graph for this function: