bes  Updated for version 3.20.6
h5dmr.h
Go to the documentation of this file.
1 
2 // This file is part of hdf5_handler a HDF5 file handler for the OPeNDAP
3 // data server.
4 
5 // Copyright (c) 2007-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 
39 
40 
41 #include <H5Gpublic.h>
42 #include <H5Fpublic.h>
43 #include <H5Ipublic.h>
44 #include <H5Tpublic.h>
45 #include <H5Spublic.h>
46 #include <H5Apublic.h>
47 
48 #include <H5public.h>
49 
50 #include <DDS.h>
51 
52 
53 #include <D4Group.h>
54 #include <D4Attributes.h>
55 
56 bool breadth_first(hid_t, char *, libdap::D4Group* par_grp, const char *,bool);
57 
58 void read_objects(libdap::D4Group* d4_grp,const std::string & varname, const std::string & filename,const hid_t);
59 void read_objects_base_type(libdap::D4Group* d4_grp,const std::string & varname, const std::string & filename,const hid_t);
60 void read_objects_structure(libdap::D4Group* d4_grp,const std::string & varname, const std::string & filename,const hid_t);
61 
62 
63 string get_hardlink_dmr(hid_t, const std::string &);
64 void get_softlink(libdap::D4Group* par_grp, hid_t, const std::string &, int,size_t);
65 void map_h5_dset_hardlink_to_d4(hid_t h5_objid,const std::string & full_path, libdap::BaseType* d4b,libdap::Structure * d4s,int flag);
66 
read_objects_structure
void read_objects_structure(DDS &dds_table, const string &varname, const string &filename)
Definition: h5dds.cc:310
read_objects_base_type
void read_objects_base_type(DDS &dds_table, const string &varname, const string &filename)
Definition: h5dds.cc:256
read_objects
void read_objects(DAS &das, const string &varname, hid_t oid, int num_attr)
Definition: h5das.cc:295
get_softlink
void get_softlink(libdap::D4Group *par_grp, hid_t, const std::string &, int, size_t)
Definition: h5dmr.cc:1073
breadth_first
bool breadth_first(hid_t, char *, libdap::D4Group *par_grp, const char *, bool)
Definition: h5dmr.cc:318