![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtWeatherDecoder are used to decode data from the network into DtWeatherStateRepository objects. More...

Public Member Functions | |
| DtWeatherDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| Default constructor. More... | |
| virtual | ~DtWeatherDecoder () |
| Destructor. More... | |
| DtWeatherDecoder (const DtWeatherDecoder &orig) | |
| Copy constructor. More... | |
| DtWeatherDecoder & | operator= (const DtWeatherDecoder &orig) |
| Assignment operator. More... | |
Public Member Functions inherited from makVrfMetoc::DtEnvironmentConditionDecoder | |
| DtEnvironmentConditionDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| Default constructor. More... | |
| virtual | ~DtEnvironmentConditionDecoder () |
| Destructor. More... | |
| DtEnvironmentConditionDecoder (const DtEnvironmentConditionDecoder &orig) | |
| Copy constructor. More... | |
| DtEnvironmentConditionDecoder & | operator= (const DtEnvironmentConditionDecoder &orig) |
| Assignment operator. More... | |
Public Member Functions inherited from makVrfMetoc::DtMetocRootDecoder | |
| DtMetocRootDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| Default constructor. More... | |
| virtual | ~DtMetocRootDecoder () |
| Destructor. More... | |
| DtMetocRootDecoder (const DtMetocRootDecoder &orig) | |
| Copy constructor. More... | |
| DtMetocRootDecoder & | operator= (const DtMetocRootDecoder &orig) |
| Assignment operator. More... | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Creates an instance of DtWeatherDecoder. More... | |
Static Public Member Functions inherited from makVrfMetoc::DtEnvironmentConditionDecoder | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Creates an instance of DtEnvironmentConditionDecoder. More... | |
Static Public Member Functions inherited from makVrfMetoc::DtMetocRootDecoder | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Creates an instance of DtMetocRootDecoder. More... | |
Static Protected Member Functions | |
| static void | decodeTemperature (DtWeatherStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Temperature from attrs into rep. More... | |
| static void | decodeWind (DtWeatherStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Wind from attrs into rep. More... | |
| static void | decodePrecipitation (DtWeatherStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Precipitation from attrs into rep. More... | |
| static void | decodeHaze (DtWeatherStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Haze from attrs into rep. More... | |
| static void | decodeHumidity (DtWeatherStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Humidity from attrs into rep. More... | |
| static void | decodeBarometricPressure (DtWeatherStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes BarometricPressure from attrs into rep. More... | |
| static void | decodeVisibilityRange (DtWeatherStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes VisibilityRange from attrs into rep. More... | |
Static Protected Member Functions inherited from makVrfMetoc::DtEnvironmentConditionDecoder | |
| static void | decodeServiceId (DtEnvironmentConditionStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes ServiceId from attrs into rep. More... | |
| static void | decodeGeoReference (DtEnvironmentConditionStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes GeoReference from attrs into rep. More... | |
Static Protected Member Functions inherited from makVrfMetoc::DtMetocRootDecoder | |
| static void | decodeUniqueId (DtMetocRootStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes UniqueId from attrs into rep. More... | |
| static void | decodeName (DtMetocRootStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Name from attrs into rep. More... | |
Instances of DtWeatherDecoder are used to decode data from the network into DtWeatherStateRepository objects.
| makVrfMetoc::DtWeatherDecoder::DtWeatherDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
Default constructor.
|
virtual |
Destructor.
| makVrfMetoc::DtWeatherDecoder::DtWeatherDecoder | ( | const DtWeatherDecoder & | orig | ) |
Copy constructor.
| DtWeatherDecoder& makVrfMetoc::DtWeatherDecoder::operator= | ( | const DtWeatherDecoder & | orig | ) |
Assignment operator.
|
static |
Creates an instance of DtWeatherDecoder.
|
staticprotected |
Decodes Temperature from attrs into rep.
|
staticprotected |
Decodes Wind from attrs into rep.
|
staticprotected |
Decodes Precipitation from attrs into rep.
|
staticprotected |
Decodes Haze from attrs into rep.
|
staticprotected |
Decodes Humidity from attrs into rep.
|
staticprotected |
Decodes BarometricPressure from attrs into rep.
|
staticprotected |
Decodes VisibilityRange from attrs into rep.