![]() |
VR-Link API Documentation for DIS
|
Instances of DtActiveSonarDecoder are used to take state information from an emission state PDU and place it into an emitter system state repository. More...
Inheritance diagram for DtActiveSonarDecoder:
Collaboration diagram for DtActiveSonarDecoder:Public Member Functions | |
| DtActiveSonarDecoder (DtExerciseConn *exConn) | |
| CTOR. | |
| DtActiveSonarDecoder (const DtActiveSonarDecoder &orig) | |
| Copy CTOR. | |
| virtual | ~DtActiveSonarDecoder () |
| Virtual CTOR. | |
| DtActiveSonarDecoder & | operator= (const DtActiveSonarDecoder &orig) |
| Assignment Operator. | |
| virtual void | decode (const DtUnderwaterAcousticPdu &pdu, DtActiveSonarStateRepository *stateRep) |
| Decode an emitter system state PDU and update a state repository. | |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from DtStateDecoder | |
| DtExerciseConn * | myExConn |
Instances of DtActiveSonarDecoder are used to take state information from an emission state PDU and place it into an emitter system state repository.
| DtActiveSonarDecoder::DtActiveSonarDecoder | ( | DtExerciseConn * | exConn | ) |
CTOR.
| DtActiveSonarDecoder::DtActiveSonarDecoder | ( | const DtActiveSonarDecoder & | orig | ) |
Copy CTOR.
|
virtual |
Virtual CTOR.
|
virtual |
Decode an emitter system state PDU and update a state repository.
| DtActiveSonarDecoder& DtActiveSonarDecoder::operator= | ( | const DtActiveSonarDecoder & | orig | ) |
Assignment Operator.