bes Updated for version 3.20.13
HDF5CFModule.cc File Reference

This file includes the implementation to distinguish the different categories of HDF5 products for the CF option. More...

#include <libdap/InternalErr.h>
#include "HDF5CFModule.h"
#include "h5apicompatible.h"
Include dependency graph for HDF5CFModule.cc:

Go to the source code of this file.

Functions

bool check_eos5 (hid_t file_id)
 
bool check_eos5_module_fields (hid_t fileid)
 
bool check_jpss (hid_t fileid)
 
H5CFModule check_module (hid_t fileid)
 
bool grp_has_dset (hid_t fileid, const string &grp_path)
 

Detailed Description

This file includes the implementation to distinguish the different categories of HDF5 products for the CF option.

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

Copyright (C) 2011-2016 The HDF Group

All rights reserved.

Definition in file HDF5CFModule.cc.

Function Documentation

◆ check_eos5()

bool check_eos5 ( hid_t  file_id)

Definition at line 50 of file HDF5CFModule.cc.

◆ check_eos5_module_fields()

bool check_eos5_module_fields ( hid_t  fileid)

Definition at line 134 of file HDF5CFModule.cc.

◆ check_jpss()

bool check_jpss ( hid_t  fileid)

Definition at line 129 of file HDF5CFModule.cc.

◆ check_module()

H5CFModule check_module ( hid_t  fileid)

Definition at line 39 of file HDF5CFModule.cc.

◆ grp_has_dset()

bool grp_has_dset ( hid_t  fileid,
const string &  grp_path 
)

Definition at line 163 of file HDF5CFModule.cc.