![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects. More...

Public Member Functions | |
| DtWeatherStateRepository () | |
| Constructor. More... | |
| virtual | ~DtWeatherStateRepository () |
| Destructor. More... | |
| DtWeatherStateRepository (const DtWeatherStateRepository &orig) | |
| Copy Constructor. More... | |
| DtWeatherStateRepository & | operator= (const DtWeatherStateRepository &orig) |
| Assignment Operator. More... | |
| virtual DtStateRepository * | clone (bool copy) const |
| Return a copy/empty object of the same type as this. More... | |
| virtual void | printData () const |
| Print data to the DtInfo stream. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print data to the specified stream. More... | |
| virtual void | setTemperature (DtFloat32 val) |
| Set the Temperature. More... | |
| virtual DtFloat32 | temperature () const |
| Get the Temperature.". More... | |
| virtual void | setWind (const DtWindStruct &val) |
| Set the Wind. More... | |
| virtual const DtWindStruct & | wind () const |
| Get the Wind.". More... | |
| virtual void | setPrecipitation (const DtPrecipitationStruct &val) |
| Set the Precipitation. More... | |
| virtual const DtPrecipitationStruct & | precipitation () const |
| Get the Precipitation.". More... | |
| virtual void | setHaze (const DtHazeStruct &val) |
| Set the Haze. More... | |
| virtual const DtHazeStruct & | haze () const |
| Get the Haze.". More... | |
| virtual void | setHumidity (DtFloat32 val) |
| Set the Humidity. More... | |
| virtual DtFloat32 | humidity () const |
| Get the Humidity.". More... | |
| virtual void | setBarometricPressure (DtFloat32 val) |
| Set the BarometricPressure. More... | |
| virtual DtFloat32 | barometricPressure () const |
| Get the BarometricPressure.". More... | |
| virtual void | setVisibilityRange (DtFloat32 val) |
| Set the VisibilityRange. More... | |
| virtual DtFloat32 | visibilityRange () const |
| Get the VisibilityRange.". More... | |
Public Member Functions inherited from makVrfMetoc::DtEnvironmentConditionStateRepository | |
| DtEnvironmentConditionStateRepository () | |
| Constructor. More... | |
| virtual | ~DtEnvironmentConditionStateRepository () |
| Destructor. More... | |
| DtEnvironmentConditionStateRepository (const DtEnvironmentConditionStateRepository &orig) | |
| Copy Constructor. More... | |
| DtEnvironmentConditionStateRepository & | operator= (const DtEnvironmentConditionStateRepository &orig) |
| Assignment Operator. More... | |
| virtual void | setServiceId (const DtMetocUUID &val) |
| Set the ServiceId. More... | |
| virtual const DtMetocUUID & | serviceId () const |
| Get the ServiceId.". More... | |
| virtual void | setGeoReference (const DtGeoReferenceVariant &val) |
| Set the GeoReference. More... | |
| virtual const DtGeoReferenceVariant & | geoReference () const |
| Get the GeoReference.". More... | |
Public Member Functions inherited from makVrfMetoc::DtMetocRootStateRepository | |
| DtMetocRootStateRepository () | |
| Constructor. More... | |
| virtual | ~DtMetocRootStateRepository () |
| Destructor. More... | |
| DtMetocRootStateRepository (const DtMetocRootStateRepository &orig) | |
| Copy Constructor. More... | |
| DtMetocRootStateRepository & | operator= (const DtMetocRootStateRepository &orig) |
| Assignment Operator. More... | |
| virtual void | setUniqueId (const DtMetocUUID &val) |
| Set the UniqueId. More... | |
| virtual const DtMetocUUID & | uniqueId () const |
| Get the UniqueId.". More... | |
| virtual void | setName (const DtString &val) |
| Set the Name. More... | |
| virtual const DtString & | name () const |
| Get the Name.". More... | |
Static Public Member Functions | |
| static DtWeatherStateRepository * | create () |
| Create a DtWeatherStateRepository. More... | |
Static Public Member Functions inherited from makVrfMetoc::DtEnvironmentConditionStateRepository | |
| static DtEnvironmentConditionStateRepository * | create () |
| Create a DtEnvironmentConditionStateRepository. More... | |
Static Public Member Functions inherited from makVrfMetoc::DtMetocRootStateRepository | |
| static DtMetocRootStateRepository * | create () |
| Create a DtMetocRootStateRepository. More... | |
Protected Attributes | |
| DtFloat32 | myTemperature |
| DtWindStruct | myWind |
| DtPrecipitationStruct | myPrecipitation |
| DtHazeStruct | myHaze |
| DtFloat32 | myHumidity |
| DtFloat32 | myBarometricPressure |
| DtFloat32 | myVisibilityRange |
Protected Attributes inherited from makVrfMetoc::DtEnvironmentConditionStateRepository | |
| DtMetocUUID | myServiceId |
| DtGeoReferenceVariant | myGeoReference |
Protected Attributes inherited from makVrfMetoc::DtMetocRootStateRepository | |
| DtMetocUUID | myUniqueId |
| DtString | myName |
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
| makVrfMetoc::DtWeatherStateRepository::DtWeatherStateRepository | ( | ) |
Constructor.
|
virtual |
Destructor.
| makVrfMetoc::DtWeatherStateRepository::DtWeatherStateRepository | ( | const DtWeatherStateRepository & | orig | ) |
Copy Constructor.
| DtWeatherStateRepository& makVrfMetoc::DtWeatherStateRepository::operator= | ( | const DtWeatherStateRepository & | orig | ) |
Assignment Operator.
|
virtual |
Return a copy/empty object of the same type as this.
Reimplemented from makVrfMetoc::DtEnvironmentConditionStateRepository.
Reimplemented in makVrfMetoc::DtWaterSurfaceStateRepository, makVrfMetoc::DtTroposphereLayerStateRepository, and makVrfMetoc::DtLandSurfaceStateRepository.
|
static |
Create a DtWeatherStateRepository.
|
virtual |
Print data to the DtInfo stream.
Reimplemented from makVrfMetoc::DtEnvironmentConditionStateRepository.
Reimplemented in makVrfMetoc::DtWaterSurfaceStateRepository, makVrfMetoc::DtTroposphereLayerStateRepository, and makVrfMetoc::DtLandSurfaceStateRepository.
|
virtual |
Print data to the specified stream.
Reimplemented from makVrfMetoc::DtEnvironmentConditionStateRepository.
Reimplemented in makVrfMetoc::DtWaterSurfaceStateRepository, makVrfMetoc::DtTroposphereLayerStateRepository, and makVrfMetoc::DtLandSurfaceStateRepository.
|
virtual |
Set the Temperature.
|
virtual |
Get the Temperature.".
|
virtual |
Set the Wind.
|
virtual |
Get the Wind.".
|
virtual |
Set the Precipitation.
|
virtual |
Get the Precipitation.".
|
virtual |
Set the Haze.
|
virtual |
Get the Haze.".
|
virtual |
Set the Humidity.
|
virtual |
Get the Humidity.".
|
virtual |
Set the BarometricPressure.
|
virtual |
Get the BarometricPressure.".
|
virtual |
Set the VisibilityRange.
|
virtual |
Get the VisibilityRange.".
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |