bes  Updated for version 3.20.6
h5gmcfdap.h
Go to the documentation of this file.
1 
2 // This file is part of hdf5_handler: an HDF5 file handler for the OPeNDAP
3 // data server.
4 
5 // Copyright (c) 2011-2016 The HDF Group, Inc. and OPeNDAP, Inc.
6 //
7 // This is free software; you can redistribute it and/or modify it under the
8 // terms of the GNU Lesser General Public License as published by the Free
9 // Software Foundation; either version 2.1 of the License, or (at your
10 // option) any later version.
11 //
12 // This software is distributed in the hope that it will be useful, but
13 // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15 // License for more details.
16 //
17 // You should have received a copy of the GNU Lesser General Public
18 // License along with this library; if not, write to the Free Software
19 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 //
21 // You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
22 // You can contact The HDF Group, Inc. at 1800 South Oak Street,
23 // Suite 203, Champaign, IL 61820
24 
33 
34 
35 #ifndef _H5GMCFDAP_H
36 #define _H5GMCFDAP_H
37 #include "h5commoncfdap.h"
38 #include "HDF5GCFProduct.h"
39 
40 void map_gmh5_cfdds(libdap::DDS &, hid_t, const std::string &);
41 void map_gmh5_cfdas(libdap::DAS &, hid_t, const std::string &);
42 void gen_gmh5_cfdds(libdap::DDS &, HDF5CF::GMFile *);
43 void gen_gmh5_cfdas(libdap::DAS &, HDF5CF::GMFile *);
44 void gen_gmh5_cf_ignored_obj_info(libdap::DAS &, HDF5CF::GMFile *);
45 void gen_dap_onegmcvar_dds(libdap::DDS &,const HDF5CF::GMCVar*,const hid_t, const std::string &);
46 void gen_dap_onegmspvar_dds(libdap::DDS &dds,const HDF5CF::GMSPVar* spvar, const hid_t, const std::string & filename);
47 void update_GPM_special_attrs(libdap::DAS &, const HDF5CF::Var* var,bool );
48 #endif
HDF5CF::GMCVar
This class is a derived class of CVar. It represents a coordinate variable for general HDF5 files.
Definition: HDF5CF.h:415
HDF5CF::Var
This class represents one HDF5 dataset(CF variable)
Definition: HDF5CF.h:259
h5commoncfdap.h
Functions to generate DDS and DAS for one object(variable).
HDF5GCFProduct.h
This file includes functions to identify different NASA HDF5 products. Current supported products inc...
HDF5CF::GMFile
This class is a derived class of File. It includes methods applied to general HDF5 files only.
Definition: HDF5CF.h:821
HDF5CF::GMSPVar
This class is a derived class of Var. It represents a special general HDF5 product(currently ACOS and...
Definition: HDF5CF.h:380