![]() |
VR-Link API Documentation for DIS
|
Instances of DtEntityStateDecoder are objects capable of decoding EntityState PDUs into a DtEntityStateRepository. More...
Inheritance diagram for DtEntityStateDecoder:
Collaboration diagram for DtEntityStateDecoder:Public Member Functions | |
| DtEntityStateDecoder (DtExerciseConn *exConn) | |
| constructor | |
| virtual | ~DtEntityStateDecoder () |
| destructor | |
| DtEntityStateDecoder (const DtEntityStateDecoder &orig) | |
| copy constructor | |
| DtEntityStateDecoder & | operator= (const DtEntityStateDecoder &orig) |
| assignment operator | |
| virtual void | decode (const DtEntityStatePdu &pdu, DtEntityStateRepository *stateRep) |
| Decode a PDU into an EntityStateRepository. | |
| virtual void | decodeEntityStateUpdate (const DtEntityStateUpdatePdu &pdu, DtEntityStateRepository *stateRep) |
| Decode an Entity State Update PDU into an EntityStateRepository. | |
| virtual void | decodeSees (const DtSuppEmisEntStatePdu &pdu, DtEntityStateRepository *stateRep) |
Public Member Functions inherited from DtStateDecoder | |
| DtStateDecoder (DtExerciseConn *exConn) | |
| Constructor. | |
| virtual | ~DtStateDecoder () |
| Destructor. | |
| DtStateDecoder (const DtStateDecoder &orig) | |
| Copy constructor. | |
| DtStateDecoder & | operator= (const DtStateDecoder &orig) |
| Assignment operator. | |
Protected Member Functions | |
| virtual void | decodeAttachedParts (const DtEntityStatePdu &pdu, DtEntityStateRepository *stateRep) |
| Decode the attached parts portion of a PDU into an EntityStateRepository. | |
Additional Inherited Members | |
Protected Attributes inherited from DtStateDecoder | |
| DtExerciseConn * | myExConn |
Instances of DtEntityStateDecoder are objects capable of decoding EntityState PDUs into a DtEntityStateRepository.
| DtEntityStateDecoder::DtEntityStateDecoder | ( | DtExerciseConn * | exConn | ) |
constructor
|
virtual |
destructor
| DtEntityStateDecoder::DtEntityStateDecoder | ( | const DtEntityStateDecoder & | orig | ) |
copy constructor
|
virtual |
Decode a PDU into an EntityStateRepository.
|
protectedvirtual |
Decode the attached parts portion of a PDU into an EntityStateRepository.
|
virtual |
Decode an Entity State Update PDU into an EntityStateRepository.
|
virtual |
| DtEntityStateDecoder& DtEntityStateDecoder::operator= | ( | const DtEntityStateDecoder & | orig | ) |
assignment operator