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

Public Member Functions | |
| 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 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 | 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 DtEnvironmentConditionDecoder are used to decode data from the network into DtEnvironmentConditionStateRepository objects.
| makVrfMetoc::DtEnvironmentConditionDecoder::DtEnvironmentConditionDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
Default constructor.
|
virtual |
Destructor.
| makVrfMetoc::DtEnvironmentConditionDecoder::DtEnvironmentConditionDecoder | ( | const DtEnvironmentConditionDecoder & | orig | ) |
Copy constructor.
| DtEnvironmentConditionDecoder& makVrfMetoc::DtEnvironmentConditionDecoder::operator= | ( | const DtEnvironmentConditionDecoder & | orig | ) |
Assignment operator.
|
static |
Creates an instance of DtEnvironmentConditionDecoder.
|
staticprotected |
Decodes ServiceId from attrs into rep.
|
staticprotected |
Decodes GeoReference from attrs into rep.