40void map_gmh5_cfdds(libdap::DDS &, hid_t,
const std::string &);
41void map_gmh5_cfdas(libdap::DAS &, hid_t,
const std::string &);
43void map_gmh5_cfdmr(libdap::D4Group*, hid_t,
const std::string &);
46void gen_gmh5_cfdmr(libdap::D4Group* d4_root,
const HDF5CF::GMFile *);
48void gen_dap_onegmcvar_dds(libdap::DDS &,
const HDF5CF::GMCVar*,
const hid_t,
const std::string &);
49void gen_dap_onegmspvar_dds(libdap::DDS &dds,
const HDF5CF::GMSPVar* spvar,
const hid_t,
const std::string & filename);
50void update_GPM_special_attrs(libdap::DAS &,
const HDF5CF::Var* var,
bool );
53void gen_dap_onegmcvar_dmr(libdap::D4Group* d4_root,
const HDF5CF::GMCVar*,
const hid_t,
const std::string &);
54void gen_dap_onegmspvar_dmr(libdap::D4Group* d4_root,
const HDF5CF::GMSPVar* spvar,
const hid_t,
const std::string & filename);
This file includes functions to identify different NASA HDF5 products. Current supported products inc...
This class is a derived class of CVar. It represents a coordinate variable for general HDF5 files.
This class is a derived class of File. It includes methods applied to general HDF5 files only.
This class is a derived class of Var. It represents a special general HDF5 product(currently ACOS and...
This class represents one HDF5 dataset(CF variable)
Functions to generate DDS and DAS for one object(variable).