![]() |
VR-Link API Documentation for HLA 1516
|
The DtGenericObjectDecoder class: More...
Inheritance diagram for DtGenericObjectDecoder:
Collaboration diagram for DtGenericObjectDecoder:Public Member Functions | |
| DtGenericObjectDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| default constructor | |
| virtual | ~DtGenericObjectDecoder () |
| destructor | |
| virtual void | decodeAttribute (DtStateRepository *stateRep, const RTI::AttributeHandleValuePairSet &attrs, unsigned long pairSetIndex) const |
| Virtual function override. | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Creator function. | |
The DtGenericObjectDecoder class:
| DtGenericObjectDecoder::DtGenericObjectDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
default constructor
| virtual DtGenericObjectDecoder::~DtGenericObjectDecoder | ( | ) | [virtual] |
destructor
| static DtHlaStateDecoder* DtGenericObjectDecoder::create | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) | [static] |
Creator function.
| virtual void DtGenericObjectDecoder::decodeAttribute | ( | DtStateRepository * | stateRep, |
| const RTI::AttributeHandleValuePairSet & | attrs, | ||
| unsigned long | pairSetIndex | ||
| ) | const [virtual] |
Virtual function override.
Reimplemented from DtHlaStateDecoder.