![]() |
VR-Link API Documentation for DIS
|
Instances of DtEmitterSystemStateDecoder are used to take state information from an emission state PDU and place it into an emitter system state repository. More...
Inheritance diagram for DtEmitterSystemStateDecoder:
Collaboration diagram for DtEmitterSystemStateDecoder:Public Member Functions | |
| DtEmitterSystemStateDecoder (DtExerciseConn *exConn) | |
| default constructor | |
| virtual | ~DtEmitterSystemStateDecoder () |
| destructor | |
| DtEmitterSystemStateDecoder (const DtEmitterSystemStateDecoder &orig) | |
| copy constructor | |
| DtEmitterSystemStateDecoder & | operator= (const DtEmitterSystemStateDecoder &orig) |
| assignment operator | |
| virtual void | decode (const DtElectromagneticEmissionPdu &pdu, DtEmitterSystemRepository *stateRep) |
| Decode an emitter system state PDU and update a state repository. | |
Instances of DtEmitterSystemStateDecoder are used to take state information from an emission state PDU and place it into an emitter system state repository.
default constructor
| virtual DtEmitterSystemStateDecoder::~DtEmitterSystemStateDecoder | ( | ) | [virtual] |
destructor
| DtEmitterSystemStateDecoder::DtEmitterSystemStateDecoder | ( | const DtEmitterSystemStateDecoder & | orig | ) |
copy constructor
| virtual void DtEmitterSystemStateDecoder::decode | ( | const DtElectromagneticEmissionPdu & | pdu, |
| DtEmitterSystemRepository * | stateRep | ||
| ) | [virtual] |
Decode an emitter system state PDU and update a state repository.
| DtEmitterSystemStateDecoder& DtEmitterSystemStateDecoder::operator= | ( | const DtEmitterSystemStateDecoder & | orig | ) |
assignment operator