bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
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-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
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 <libdap/DDS.h>
51
52
53bool depth_first(hid_t, const char *, libdap::DDS &, const char *);
54void read_objects(libdap::DDS & dds, const std::string & varname, const std::string & filename);
bool depth_first(hid_t, const char *, libdap::DDS &, const char *)
Definition h5dds.cc:86
void read_objects(libdap::DDS &dds, const std::string &varname, const std::string &filename)
Definition h5dds.cc:369