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

Instantiate with a DDS or DMR and use to write the DAS response. More...

#include <GlobalMetadataStore.h>

Inheritance diagram for bes::GlobalMetadataStore::StreamDAS:
Inheritance graph
Collaboration diagram for bes::GlobalMetadataStore::StreamDAS:
Collaboration graph

Public Member Functions

virtual void operator() (std::ostream &os)
 
 StreamDAS (libdap::DDS *dds)
 
 StreamDAS (libdap::DMR *dmr)
 

Public Attributes

libdap::DDS * d_dds
 
libdap::DMR * d_dmr
 

Detailed Description

Instantiate with a DDS or DMR and use to write the DAS response.

Definition at line 154 of file GlobalMetadataStore.h.

Constructor & Destructor Documentation

◆ StreamDAS() [1/2]

bes::GlobalMetadataStore::StreamDAS::StreamDAS ( libdap::DDS * dds)
inline

Definition at line 155 of file GlobalMetadataStore.h.

◆ StreamDAS() [2/2]

bes::GlobalMetadataStore::StreamDAS::StreamDAS ( libdap::DMR * dmr)
inline

Definition at line 156 of file GlobalMetadataStore.h.

Member Function Documentation

◆ operator()()

void GlobalMetadataStore::StreamDAS::operator() ( std::ostream & os)
virtual

Member Data Documentation

◆ d_dds

libdap::DDS* bes::GlobalMetadataStore::StreamDAP::d_dds
inherited

Definition at line 133 of file GlobalMetadataStore.h.

◆ d_dmr

libdap::DMR* bes::GlobalMetadataStore::StreamDAP::d_dmr
inherited

Definition at line 134 of file GlobalMetadataStore.h.


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