bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Data attributes processing header for the default option. More...
#include <hdf5.h>
#include <libdap/DAS.h>
#include <libdap/Str.h>
Go to the source code of this file.
Functions | |
void | add_group_structure_info (libdap::DAS &das, const char *gname, const char *oname, bool is_group) |
void | depth_first (hid_t, const char *, libdap::DAS &) |
void | find_gloattr (hid_t file, libdap::DAS &das) |
string | get_hardlink (hid_t, const std::string &) |
void | get_softlink (libdap::DAS &, hid_t, const char *, const std::string &, int, size_t) |
void | read_comments (libdap::DAS &das, const std::string &varname, hid_t oid) |
void | read_objects (libdap::DAS &das, const std::string &varname, hid_t dset, int num_attr) |
Data attributes processing header for the default option.
This file is part of h5_dap_handler, A C++ implementation of the DAP handler for HDF5 data.
It defines functions that generate data attributes from HDF5 files.
Definition in file h5das.h.
will put hardlink information into a DAS table.
pgroup | object id |
oname | object name: absolute name of a group |
will put hardlink information into a DAS table.
h5obj_id | object id |
oname | object name: absolute name of a group |