![]() |
VR-Link API Documentation for DIS
|
Provides decoding logic for the DtLinearObjectStatePdu class. More...
Inheritance diagram for DtLinearObjectDecoder:
Collaboration diagram for DtLinearObjectDecoder:Public Member Functions | |
| DtLinearObjectDecoder (DtExerciseConn *exConn) | |
| CTOR. More... | |
| DtLinearObjectDecoder (const DtLinearObjectDecoder &) | |
| Copy CTOR. More... | |
| virtual | ~DtLinearObjectDecoder () |
| Virtual DTOR. More... | |
| DtLinearObjectDecoder & | operator= (const DtLinearObjectDecoder &) |
| assignment operator More... | |
| virtual void | decode (const DtLinearObjectStatePdu &pdu, DtLinearObjectRepository *stateRep) |
| Decode a PDU into a EnvironmentProcessRepository. More... | |
| DtCLONE_DECODER (DtLinearObjectDecoder) | |
Public Member Functions inherited from DtStateDecoder | |
| DtStateDecoder (DtExerciseConn *exConn) | |
| Constructor. More... | |
| virtual | ~DtStateDecoder () |
| Destructor. More... | |
| DtStateDecoder (const DtStateDecoder &orig) | |
| Copy constructor. More... | |
| DtStateDecoder & | operator= (const DtStateDecoder &orig) |
| Assignment operator. More... | |
| virtual DtPduDecoder * | clone () const =0 |
| clone. More... | |
| virtual void | decode (DtPdu *pdu, DtPduFactory *pduFactory=0) |
| This is a dummy method for backwards compatibility with DIS decoders. More... | |
| virtual void | decodeAttributeRecords (const DtPduWithAttributeRecordSets &pdu, DtStateRepository *stateRep) |
| Decode the Attribute Records portion of a PDU into an EntityStateRepository. More... | |
Public Member Functions inherited from DtPduDecoder | |
| virtual | ~DtPduDecoder () |
Additional Inherited Members | |
Protected Attributes inherited from DtStateDecoder | |
| DtExerciseConn * | myExConn |
Provides decoding logic for the DtLinearObjectStatePdu class.
| DtLinearObjectDecoder::DtLinearObjectDecoder | ( | DtExerciseConn * | exConn | ) |
CTOR.
| DtLinearObjectDecoder::DtLinearObjectDecoder | ( | const DtLinearObjectDecoder & | ) |
Copy CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Decode a PDU into a EnvironmentProcessRepository.
| DtLinearObjectDecoder::DtCLONE_DECODER | ( | DtLinearObjectDecoder | ) |
| DtLinearObjectDecoder& DtLinearObjectDecoder::operator= | ( | const DtLinearObjectDecoder & | ) |
assignment operator