bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
DS Struct Reference

A structure for DDS generation. More...

#include <hdf5_handler.h>

Collaboration diagram for DS:
Collaboration graph

Public Attributes

vector< stringdimnames
 
vector< stringdimnames_path
 
char name [DODS_NAMELEN]
 Name of HDF5 group or dataset.
 
int ndims
 HDF5 data space id.
 
hsize_t need
 Space needed.
 
hsize_t nelmts
 Number of elements.
 
hsize_t size [DODS_MAX_RANK]
 Size of each dimension.
 
hid_t type
 HDF5 data set id.
 

Detailed Description

A structure for DDS generation.

Definition at line 71 of file hdf5_handler.h.

Member Data Documentation

◆ dimnames

vector<string> DS::dimnames

Definition at line 88 of file hdf5_handler.h.

◆ dimnames_path

vector<string> DS::dimnames_path

Definition at line 89 of file hdf5_handler.h.

◆ name

char DS::name[DODS_NAMELEN]

Name of HDF5 group or dataset.

Definition at line 73 of file hdf5_handler.h.

◆ ndims

int DS::ndims

HDF5 data space id.

Number of dimensions

Definition at line 85 of file hdf5_handler.h.

◆ need

hsize_t DS::need

Space needed.

Definition at line 93 of file hdf5_handler.h.

◆ nelmts

hsize_t DS::nelmts

Number of elements.

Definition at line 91 of file hdf5_handler.h.

◆ size

hsize_t DS::size[DODS_MAX_RANK]

Size of each dimension.

Definition at line 87 of file hdf5_handler.h.

◆ type

hid_t DS::type

HDF5 data set id.

HDF5 data type id

Definition at line 79 of file hdf5_handler.h.


The documentation for this struct was generated from the following file: