bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Instantiate with a DDS or DMR and use to write the DMR response. More...
#include <GlobalMetadataStore.h>
Public Member Functions | |
virtual void | operator() (std::ostream &os) |
Use an object (DDS or DMR) to write data to the MDS. | |
StreamDMR (libdap::DDS *dds) | |
StreamDMR (libdap::DMR *dmr) | |
Public Attributes | |
libdap::DDS * | d_dds |
libdap::DMR * | d_dmr |
Instantiate with a DDS or DMR and use to write the DMR response.
Definition at line 162 of file GlobalMetadataStore.h.
|
inline |
Definition at line 163 of file GlobalMetadataStore.h.
|
inline |
Definition at line 164 of file GlobalMetadataStore.h.
|
virtual |
Use an object (DDS or DMR) to write data to the MDS.
Specialization of StreamDAP that prints a DMR using the information in a DDS or DMR instance, depending on which object s used to make the StreamDMR instance.
Look at the GlobalMetadataStore class definition to see how the StreamDAP functor is used to parameterize writing the DAP metadata response for the store_dap_response() method.
os | Write the DMR to this stream |
Implements bes::GlobalMetadataStore::StreamDAP.
Definition at line 510 of file GlobalMetadataStore.cc.
|
inherited |
Definition at line 133 of file GlobalMetadataStore.h.
|
inherited |
Definition at line 134 of file GlobalMetadataStore.h.