OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
h5dds.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-2013 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 
41 #define MAX_ERROR_MESSAGE 512
42 
43 #include <H5Gpublic.h>
44 #include <H5Fpublic.h>
45 #include <H5Ipublic.h>
46 #include <H5Tpublic.h>
47 #include <H5Spublic.h>
48 #include <H5Apublic.h>
49 
50 #include <H5public.h>
51 
52 #include <DDS.h>
53 
54 using namespace libdap;
55 
56 bool depth_first(hid_t, char *, DDS &, const char *);
57 void read_objects(DDS & dds, const string & varname, const string & filename);
bool depth_first(hid_t, char *, DDS &, const char *)
will fill DDS table.
Definition: h5dds.cc:84
static class NCMLUtil overview
void read_objects(DDS &dds, const string &varname, const string &filename)
fills in information of a dataset (name, data type, data space) into one DDS table.
Definition: h5dds.cc:746