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

Public Member Functions | |
| DtTroposphereLayerDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| Default constructor. More... | |
| virtual | ~DtTroposphereLayerDecoder () |
| Destructor. More... | |
| DtTroposphereLayerDecoder (const DtTroposphereLayerDecoder &orig) | |
| Copy constructor. More... | |
| DtTroposphereLayerDecoder & | operator= (const DtTroposphereLayerDecoder &orig) |
| Assignment operator. More... | |
Public Member Functions inherited from makVrfMetoc::DtWeatherDecoder | |
| 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 DtTroposphereLayerDecoder. More... | |
Static Public Member Functions inherited from makVrfMetoc::DtWeatherDecoder | |
| 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 | decodeLayer (DtTroposphereLayerStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Layer from attrs into rep. More... | |
| static void | decodeCloud (DtTroposphereLayerStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| Decodes Cloud from attrs into rep. More... | |
Static Protected Member Functions inherited from makVrfMetoc::DtWeatherDecoder | |
| 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 DtTroposphereLayerDecoder are used to decode data from the network into DtTroposphereLayerStateRepository objects.
| makVrfMetoc::DtTroposphereLayerDecoder::DtTroposphereLayerDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
Default constructor.
|
virtual |
Destructor.
| makVrfMetoc::DtTroposphereLayerDecoder::DtTroposphereLayerDecoder | ( | const DtTroposphereLayerDecoder & | orig | ) |
Copy constructor.
| DtTroposphereLayerDecoder& makVrfMetoc::DtTroposphereLayerDecoder::operator= | ( | const DtTroposphereLayerDecoder & | orig | ) |
Assignment operator.
|
static |
Creates an instance of DtTroposphereLayerDecoder.
|
staticprotected |
Decodes Layer from attrs into rep.
|
staticprotected |
Decodes Cloud from attrs into rep.