![]() |
VR-Link API Documentation for DIS
|
Instances of DtIffStateDecoder are used to take state information from an emission state PDU and place it into an emitter system state repository. More...
Inheritance diagram for DtIffStateDecoder:
Collaboration diagram for DtIffStateDecoder:Public Member Functions | |
| DtIffStateDecoder (DtExerciseConn *exConn) | |
| default constructor | |
| virtual | ~DtIffStateDecoder () |
| destructor | |
| DtIffStateDecoder (const DtIffStateDecoder &orig) | |
| copy constructor | |
| DtIffStateDecoder & | operator= (const DtIffStateDecoder &orig) |
| assignment operator | |
| virtual void | decode (const DtIffAtcNavaidsPdu &pdu, DtIffStateRepository *stateRep) |
| Decode an emitter system state PDU and update a state repository. | |
| DtCLONE_DECODER (DtIffStateDecoder) | |
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. | |
| virtual void | decodeAttributeRecords (const DtPduWithAttributeRecordSets &pdu, DtStateRepository *stateRep) |
| Decode the Attribute Records portion of a PDU into an EntityStateRepository. | |
Public Member Functions inherited from DtPduDecoder | |
| virtual | ~DtPduDecoder () |
Additional Inherited Members | |
Protected Attributes inherited from DtStateDecoder | |
| DtExerciseConn * | myExConn |
Instances of DtIffStateDecoder are used to take state information from an emission state PDU and place it into an emitter system state repository.
| DtIffStateDecoder::DtIffStateDecoder | ( | DtExerciseConn * | exConn | ) |
default constructor
|
virtual |
destructor
| DtIffStateDecoder::DtIffStateDecoder | ( | const DtIffStateDecoder & | orig | ) |
copy constructor
|
virtual |
Decode an emitter system state PDU and update a state repository.
| DtIffStateDecoder::DtCLONE_DECODER | ( | DtIffStateDecoder | ) |
| DtIffStateDecoder& DtIffStateDecoder::operator= | ( | const DtIffStateDecoder & | orig | ) |
assignment operator