|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
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"

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 } |
This file includes several helper functions for translating HDF5 to CF-compliant.
Copyright (C) 2011-2013 The HDF Group
All rights reserved.
Definition in file HDF5CFUtil.h.
| 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.