![]() |
VR-Link API Documentation for DIS
|
Provides decoding logic for the DtPointObjectStatePdu class. More...
Inheritance diagram for DtPointObjectDecoder:
Collaboration diagram for DtPointObjectDecoder:Public Member Functions | |
| DtPointObjectDecoder (DtExerciseConn *exConn) | |
| CTOR. More... | |
| DtPointObjectDecoder (const DtPointObjectDecoder &) | |
| Copy CTOR. More... | |
| virtual | ~DtPointObjectDecoder () |
| Virtual DTOR. More... | |
| DtPointObjectDecoder & | operator= (const DtPointObjectDecoder &) |
| assignment operator More... | |
| virtual void | decode (const DtPointObjectStatePdu &pdu, DtPointObjectRepository *stateRep) |
| Decode a PDU into a EnvironmentProcessRepository. More... | |
| DtCLONE_DECODER (DtPointObjectDecoder) | |
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 DtPointObjectStatePdu class.
| DtPointObjectDecoder::DtPointObjectDecoder | ( | DtExerciseConn * | exConn | ) |
CTOR.
| DtPointObjectDecoder::DtPointObjectDecoder | ( | const DtPointObjectDecoder & | ) |
Copy CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Decode a PDU into a EnvironmentProcessRepository.
| DtPointObjectDecoder::DtCLONE_DECODER | ( | DtPointObjectDecoder | ) |
| DtPointObjectDecoder& DtPointObjectDecoder::operator= | ( | const DtPointObjectDecoder & | ) |
assignment operator