bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
DAS/DDS/DATA request processing holder for the CF option. More...
#include <libdap/InternalErr.h>
#include <BESDebug.h>
#include <libdap/mime_util.h>
#include "config_hdf5.h"
#include "h5cfdap.h"
Go to the source code of this file.
Functions | |
void | read_cfdas (DAS &, const string &, hid_t) |
void | read_cfdds (DDS &, const string &, hid_t) |
void | read_cfdmr (DMR *, const string &, hid_t) |
DAS/DDS/DATA request processing holder for the CF option.
This file is the main holder of the HDF5 for the CF option, a C++ implementation.
Definition in file h5cfdap.cc.
void read_cfdas | ( | DAS & | das, |
const string & | filename, | ||
hid_t | myfile_id ) |
Definition at line 78 of file h5cfdap.cc.
Definition at line 47 of file h5cfdap.cc.
void read_cfdmr | ( | DMR * | dmr, |
const string & | filename, | ||
hid_t | fileid ) |
Definition at line 104 of file h5cfdap.cc.