|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
This class describes the different categories of HDF5 products for the CF option. More...
#include <string>#include <iostream>#include "hdf5.h"

Go to the source code of this file.
Enumerations | |
| enum | H5CFModule { HDF5_GENERAL, HDF_EOS5, HDF5_JPSS } |
Functions | |
| bool | check_eos5 (hid_t fileid) |
| bool | check_jpss (hid_t fileid) |
| H5CFModule | check_module (hid_t) |
This class describes the different categories of HDF5 products for the CF option.
Copyright (C) 2011-2013 The HDF Group
All rights reserved.
Definition in file HDF5CFModule.h.
| enum H5CFModule |
| Enumerator | |
|---|---|
| HDF5_GENERAL | |
| HDF_EOS5 | |
| HDF5_JPSS | |
Definition at line 42 of file HDF5CFModule.h.
| bool check_eos5 | ( | hid_t | fileid | ) |
Definition at line 49 of file HDF5CFModule.cc.
Referenced by check_module().
| bool check_jpss | ( | hid_t | fileid | ) |
Definition at line 119 of file HDF5CFModule.cc.
Referenced by check_module().
| H5CFModule check_module | ( | hid_t | ) |
Definition at line 38 of file HDF5CFModule.cc.
References check_eos5(), check_jpss(), HDF5_GENERAL, HDF5_JPSS, and HDF_EOS5.
Referenced by read_cfdas(), and read_cfdds().
