25 #ifndef I_BESDMRResponse 26 #define I_BESDMRResponse 1 31 #include "BESDapResponse.h" 33 using namespace libdap;
47 virtual void set_container(
const string &cn);
48 virtual void clear_container();
50 virtual void dump(ostream &strm)
const;
52 DMR *get_dmr() {
return _dmr; }
53 void set_dmr(DMR *dmr) { _dmr = dmr; }
58 #endif // I_BESDMRResponse Represents an OPeNDAP DMR DAP4 data object within the BES.
Represents an OPeNDAP DAP response object within the BES.