bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
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-2023 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 410 E University Ave,
23// Suite 200, Champaign, IL 61820
24
33
34
35#ifndef _H5GMCFDAP_H
36#define _H5GMCFDAP_H
37#include "h5commoncfdap.h"
38#include "HDF5GCFProduct.h"
39
40void map_gmh5_cfdds(libdap::DDS &, hid_t, const std::string &);
41void map_gmh5_cfdas(libdap::DAS &, hid_t, const std::string &);
42
43void map_gmh5_cfdmr(libdap::D4Group*, hid_t, const std::string &);
44void gen_gmh5_cfdds(libdap::DDS &, HDF5CF::GMFile *);
45void gen_gmh5_cfdas(libdap::DAS &, HDF5CF::GMFile *);
46void gen_gmh5_cfdmr(libdap::D4Group* d4_root, const HDF5CF::GMFile *);
47void gen_gmh5_cf_ignored_obj_info(libdap::DAS &, 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 );
51void update_GPM_special_attrs_cfdmr(libdap::D4Group* d4_root, const vector<HDF5CF::GMCVar *>& cvars);
52
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);
55
56#endif
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.
Definition HDF5CF.h:409
This class is a derived class of File. It includes methods applied to general HDF5 files only.
Definition HDF5CF.h:822
This class is a derived class of Var. It represents a special general HDF5 product(currently ACOS and...
Definition HDF5CF.h:378
This class represents one HDF5 dataset(CF variable)
Definition HDF5CF.h:252
STL class.
Functions to generate DDS and DAS for one object(variable).