bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
h5cfdap.cc File Reference

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"
Include dependency graph for h5cfdap.cc:

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)
 

Detailed Description

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.

Author
Kent Yang myang.nosp@m.6@hd.nosp@m.fgrou.nosp@m.p.or.nosp@m.g

Definition in file h5cfdap.cc.

Function Documentation

◆ read_cfdas()

void read_cfdas ( DAS & das,
const string & filename,
hid_t myfile_id )

Definition at line 78 of file h5cfdap.cc.

◆ read_cfdds()

void read_cfdds ( DDS & dds,
const string & filename,
hid_t myfile_id )

Definition at line 47 of file h5cfdap.cc.

◆ read_cfdmr()

void read_cfdmr ( DMR * dmr,
const string & filename,
hid_t fileid )

Definition at line 104 of file h5cfdap.cc.