![]() |
VR-Forces 5.0.1 Developer's Guide
|
Instances of DtServiceDecoder are used to decode data from the network into DtServiceStateRepository objects.

Public Member Functions | |
| DtServiceDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| virtual | ~DtServiceDecoder () |
| DtServiceDecoder (const DtServiceDecoder &orig) | |
| DtServiceDecoder & | operator= (const DtServiceDecoder &orig) |
Public Member Functions inherited from makVrfMetoc::DtMetocRootDecoder | |
| DtMetocRootDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| virtual | ~DtMetocRootDecoder () |
| DtMetocRootDecoder (const DtMetocRootDecoder &orig) | |
| DtMetocRootDecoder & | operator= (const DtMetocRootDecoder &orig) |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
Static Public Member Functions inherited from makVrfMetoc::DtMetocRootDecoder | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
Static Protected Member Functions | |
| static void | decodeModelType (DtServiceStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
Static Protected Member Functions inherited from makVrfMetoc::DtMetocRootDecoder | |
| static void | decodeUniqueId (DtMetocRootStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| static void | decodeName (DtMetocRootStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| makVrfMetoc::DtServiceDecoder::DtServiceDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
Default constructor.
|
virtual |
Destructor.
| makVrfMetoc::DtServiceDecoder::DtServiceDecoder | ( | const DtServiceDecoder & | orig | ) |
Copy constructor.
| DtServiceDecoder& makVrfMetoc::DtServiceDecoder::operator= | ( | const DtServiceDecoder & | orig | ) |
Assignment operator.
|
static |
Creates an instance of DtServiceDecoder.
|
staticprotected |
Decodes ModelType from attrs into rep.