![]() |
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. | |
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 DtIffStateDecoder::~DtIffStateDecoder | ( | ) | [virtual] |
destructor
| DtIffStateDecoder::DtIffStateDecoder | ( | const DtIffStateDecoder & | orig | ) |
copy constructor
| virtual void DtIffStateDecoder::decode | ( | const DtIffAtcNavaidsPdu & | pdu, |
| DtIffStateRepository * | stateRep | ||
| ) | [virtual] |
Decode an emitter system state PDU and update a state repository.
| DtIffStateDecoder& DtIffStateDecoder::operator= | ( | const DtIffStateDecoder & | orig | ) |
assignment operator