radarlib
1.4.6
|
Interface fot HOW dataset attributes methods. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual double | getBeamWidth ()=0 |
Get the 'beamwidth' attribute value. More... | |
virtual double | getBeamWidth (double defaultValue)=0 |
Get the 'beamwidth' attribute value. More... | |
virtual void | setBeamWidth (double val)=0 |
Set the 'beamwidth' attribute value. More... | |
virtual double | getWaveLength ()=0 |
Get the 'wavelength' attribute value. More... | |
virtual double | getWaveLength (double defaultValue)=0 |
Get the 'wavelength' attribute value. More... | |
virtual void | setWaveLength (double val)=0 |
Get the 'wavelength' attribute value. More... | |
virtual double | getRPM ()=0 |
Get the 'prm' attribute value. More... | |
virtual double | getRPM (double defaultValue)=0 |
Get the 'rpm' attribute value. More... | |
virtual void | setRPM (double val)=0 |
Get the 'rpm' attribute value. More... | |
virtual double | getPulseWidth ()=0 |
Get the 'pulsewidth' attribute value. More... | |
virtual double | getPulseWidth (double defaultValue)=0 |
Get the 'pulsewidth' attribute value. More... | |
virtual void | setPulseWidth (double val)=0 |
Get the 'pulsewidth' attribute value. More... | |
virtual int | getLowPRF ()=0 |
Get the 'lowprf' attribute value. More... | |
virtual int | getLowPRF (int defaultValue)=0 |
Get the 'lowprf' attribute value. More... | |
virtual void | setLowPRF (int val)=0 |
Get the 'lowprf' attribute value. More... | |
virtual int | getHighPRF ()=0 |
Get the 'highprf' attribute value. More... | |
virtual int | getHighPRF (int defaultValue)=0 |
Get the 'highprf' attribute value. More... | |
virtual void | setHighPRF (int val)=0 |
Get the 'highprf' attribute value. More... | |
virtual std::string | getTaskOrProdGen ()=0 |
Get the 'task' attribute value. More... | |
virtual void | setTaskOrProdGen (const std::string &val)=0 |
Set the 'task' attribute value. More... | |
virtual time_t | getStartEpochs ()=0 |
Get the 'startepochs' attribute value. More... | |
virtual void | setStartEpochs (time_t val)=0 |
Set the 'startepochs' attribute value. More... | |
virtual time_t | getEndEpochs ()=0 |
Get the 'endepochs' attribute value. More... | |
virtual void | setEndEpochs (time_t val)=0 |
Set the 'endepochs' attribute value. More... | |
virtual std::string | getSystem ()=0 |
Get the 'system' attribute value. More... | |
virtual void | setSystem (const std::string &val)=0 |
Set the 'system' attribute value. More... | |
virtual std::string | getSoftware ()=0 |
Get the 'software' attribute value. More... | |
virtual void | setSoftware (const std::string &val)=0 |
Set the 'software' attribute value. More... | |
virtual std::string | getSoftwareVer ()=0 |
Get the 'sw_version' attribute value. More... | |
virtual void | setSoftwareVer (const std::string &val)=0 |
Set the 'sw_version' attribute value. More... | |
virtual double | getZR_A ()=0 |
Get the 'zr_a' attribute value. More... | |
virtual void | setZR_A (double val)=0 |
Set the 'zr_a' attribute value. More... | |
virtual double | getZR_B ()=0 |
Get the 'zr_b' attribute value. More... | |
virtual void | setZR_B (double val)=0 |
Set the 'zr_b' attribute value. More... | |
virtual double | getKR_A ()=0 |
Get the 'kr_a' attribute value. More... | |
virtual void | setKR_A (double val)=0 |
Set the 'kr_a' attribute value. More... | |
virtual double | getKR_B ()=0 |
Get the 'kr_b' attribute value. More... | |
virtual void | setKR_B (double val)=0 |
Set the 'kr_b' attribute value. More... | |
virtual bool | getSimulated ()=0 |
Get the 'simulated' attribute value. More... | |
virtual void | setSimulated (bool val)=0 |
Set the 'simulated' attribute value. More... | |
Interface fot HOW dataset attributes methods.
|
pure virtual |
Get the 'beamwidth' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'beamwidth' attribute value.
defaultValue | the value to return if the attribute does not exists |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Set the 'beamwidth' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'wavelength' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'wavelength' attribute value.
defaultValue | the value to return if the attribute does not exists |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'wavelength' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'prm' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'rpm' attribute value.
defaultValue | the value to return if the attribute does not exists |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'rpm' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'pulsewidth' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'pulsewidth' attribute value.
defaultValue | the value to return if the attribute does not exists |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'pulsewidth' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'lowprf' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'lowprf' attribute value.
defaultValue | the value to return if the attribute does not exists |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'lowprf' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'highprf' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'highprf' attribute value.
defaultValue | the value to return if the attribute does not exists |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtual |
Get the 'highprf' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, and OdimH5v20::PolarScan.
|
pure virtualinherited |
Get the 'task' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'task' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'startepochs' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'startepochs' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'endepochs' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'endepochs' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'system' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'system' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'software' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'software' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'sw_version' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'sw_version' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'zr_a' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'zr_a' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'zr_b' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'zr_b' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'kr_a' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'kr_a' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'kr_b' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'kr_b' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Get the 'simulated' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.
|
pure virtualinherited |
Set the 'simulated' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Product_2D, OdimH5v20::Object_2D, OdimH5v20::PolarScan, and OdimH5v20::PolarVolume.