![]() |
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) | |
| CTOR. | |
| DtEntityStateDecoder (const DtEntityStateDecoder &orig) | |
| Copy CTOR. | |
| virtual | ~DtEntityStateDecoder () |
| Virtual DTOR. | |
| 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) |
| Decode a SEES PDU into an EntityStateRepository. | |
| virtual void | decodeAttributeRecords (const DtPduWithAttributeRecordSets &pdu, DtStateRepository *stateRep) |
| Decode the Attribute Records portion of a PDU into an EntityStateRepository in DIS 7. | |
| DtCLONE_DECODER (DtEntityStateDecoder) | |
| virtual void | setDecodeDiGuyAttributes (bool enableDecode) |
| Set/Get whether DI-Guy attributes are decoded. | |
| virtual bool | isDecodeDiGuyAttributes () const |
| Set/Get whether DI-Guy attributes are decoded. | |
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. | |
| virtual DtPduDecoder * | clone () const =0 |
| clone. | |
| virtual void | decode (DtPdu *pdu, DtPduFactory *pduFactory=0) |
| This is a dummy method for backwards compatibility with DIS decoders. | |
Public Member Functions inherited from DtPduDecoder | |
| virtual | ~DtPduDecoder () |
Protected Member Functions | |
| virtual void | decodeAttachedParts (const DtEntityStatePdu &pdu, DtEntityStateRepository *stateRep) |
| Decode the attached parts portion of a PDU into an EntityStateRepository. | |
Protected Attributes | |
| bool | myDecodeDiGuyAttributes |
Protected Attributes inherited from DtStateDecoder | |
| DtExerciseConn * | myExConn |
Instances of DtEntityStateDecoder are objects capable of decoding EntityState PDUs into a DtEntityStateRepository.
| DtEntityStateDecoder::DtEntityStateDecoder | ( | DtExerciseConn * | exConn | ) |
CTOR.
| DtEntityStateDecoder::DtEntityStateDecoder | ( | const DtEntityStateDecoder & | orig | ) |
Copy CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Decode a PDU into an EntityStateRepository.
|
protectedvirtual |
Decode the attached parts portion of a PDU into an EntityStateRepository.
in DIS 7, this function also decodes the other types of Variable Parameters
|
virtual |
Decode the Attribute Records portion of a PDU into an EntityStateRepository in DIS 7.
Reimplemented from DtStateDecoder.
|
virtual |
Decode an Entity State Update PDU into an EntityStateRepository.
|
virtual |
Decode a SEES PDU into an EntityStateRepository.
| DtEntityStateDecoder::DtCLONE_DECODER | ( | DtEntityStateDecoder | ) |
|
virtual |
Set/Get whether DI-Guy attributes are decoded.
| DtEntityStateDecoder& DtEntityStateDecoder::operator= | ( | const DtEntityStateDecoder & | orig | ) |
Assignment operator.
|
virtual |
Set/Get whether DI-Guy attributes are decoded.
|
protected |