![]() |
VR-Link API Documentation for DIS
|
Inheritance diagram for DtDesignatorDecoder:
Collaboration diagram for DtDesignatorDecoder:Public Member Functions | |
| DtDesignatorDecoder (DtExerciseConn *exConn) | |
| constructor | |
| virtual | ~DtDesignatorDecoder () |
| destructor | |
| DtDesignatorDecoder (const DtDesignatorDecoder &) | |
| copy constructor | |
| DtDesignatorDecoder & | operator= (const DtDesignatorDecoder &) |
| assignment operator | |
| virtual void | decode (const DtDesignatorPdu &pdu, DtDesignatorRepository *stateRep) |
| Decode a PDU into a EnvironmentProcessRepository. | |
| DtCLONE_DECODER (DtDesignatorDecoder) | |
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 |
| DtDesignatorDecoder::DtDesignatorDecoder | ( | DtExerciseConn * | exConn | ) |
constructor
|
virtual |
destructor
| DtDesignatorDecoder::DtDesignatorDecoder | ( | const DtDesignatorDecoder & | ) |
copy constructor
|
virtual |
Decode a PDU into a EnvironmentProcessRepository.
| DtDesignatorDecoder::DtCLONE_DECODER | ( | DtDesignatorDecoder | ) |
| DtDesignatorDecoder& DtDesignatorDecoder::operator= | ( | const DtDesignatorDecoder & | ) |
assignment operator