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

This file includes several helper functions for translating HDF5 to CF-compliant. More...

#include <string.h>
#include <set>
#include <vector>
#include <string>
#include <iostream>
#include "hdf5.h"
Include dependency graph for HDF5CFUtil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HDF5CFUtil
 

Enumerations

enum  H5DataType {
  H5FSTRING, H5FLOAT32, H5CHAR, H5UCHAR,
  H5INT16, H5UINT16, H5INT32, H5UINT32,
  H5INT64, H5UINT64, H5FLOAT64, H5VSTRING,
  H5REFERENCE, H5COMPOUND, H5ARRAY, H5UNSUPTYPE
}
 

Detailed Description

This file includes several helper functions for translating HDF5 to CF-compliant.

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

Copyright (C) 2011-2013 The HDF Group

All rights reserved.

Definition in file HDF5CFUtil.h.

Enumeration Type Documentation

enum H5DataType
Enumerator
H5FSTRING 
H5FLOAT32 
H5CHAR 
H5UCHAR 
H5INT16 
H5UINT16 
H5INT32 
H5UINT32 
H5INT64 
H5UINT64 
H5FLOAT64 
H5VSTRING 
H5REFERENCE 
H5COMPOUND 
H5ARRAY 
H5UNSUPTYPE 

Definition at line 54 of file HDF5CFUtil.h.