![]() |
VR-Link API Documentation for DIS
|
Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structures to be sent to the network. More...
Inheritance diagram for DtWindCorridorDecoder:
Collaboration diagram for DtWindCorridorDecoder:Public Member Functions | |
| DtWindCorridorDecoder (DtExerciseConn *conn) | |
| Default constructor. More... | |
| virtual | ~DtWindCorridorDecoder () |
| Destructor. More... | |
| DtWindCorridorDecoder (const DtWindCorridorDecoder &orig) | |
| Copy constructor. More... | |
| DtWindCorridorDecoder & | operator= (const DtWindCorridorDecoder &orig) |
| Assignment operator. More... | |
| virtual void | decode (const DtMetocPdu &pdu, DtWindCorridorStateRepository *stateRep) |
| Decode an METOC_Root state PDU and update a state repository. More... | |
Public Member Functions inherited from DtMetocDecoder | |
| DtMetocDecoder (DtExerciseConn *conn) | |
| Default constructor. More... | |
| virtual | ~DtMetocDecoder () |
| Destructor. More... | |
| DtMetocDecoder (const DtMetocDecoder &orig) | |
| Copy constructor. More... | |
| DtMetocDecoder & | operator= (const DtMetocDecoder &orig) |
| Assignment operator. More... | |
| virtual void | decode (const DtMetocPdu &pdu, DtWeatherStateRepository *stateRep) |
| Decode an METOC_Root state PDU and update a state repository. More... | |
| virtual bool | isFinalPdu (unsigned short version) |
| Checks the Final PDU status bit and returns true if this is the final PDU. More... | |
Public Member Functions inherited from DtStateDecoder | |
| DtStateDecoder (DtExerciseConn *exConn) | |
| Constructor. More... | |
| virtual | ~DtStateDecoder () |
| Destructor. More... | |
| DtStateDecoder (const DtStateDecoder &orig) | |
| Copy constructor. More... | |
| DtStateDecoder & | operator= (const DtStateDecoder &orig) |
| Assignment operator. More... | |
| virtual DtPduDecoder * | clone () const =0 |
| clone. More... | |
| virtual void | decode (DtPdu *pdu, DtPduFactory *pduFactory=0) |
| This is a dummy method for backwards compatibility with DIS decoders. More... | |
| virtual void | decodeAttributeRecords (const DtPduWithAttributeRecordSets &pdu, DtStateRepository *stateRep) |
| Decode the Attribute Records portion of a PDU into an EntityStateRepository. More... | |
Public Member Functions inherited from DtPduDecoder | |
| virtual | ~DtPduDecoder () |
Protected Attributes | |
| DtMetocPdu | myPdu |
Protected Attributes inherited from DtStateDecoder | |
| DtExerciseConn * | myExConn |
Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structures to be sent to the network.
| DtWindCorridorDecoder::DtWindCorridorDecoder | ( | DtExerciseConn * | conn | ) |
Default constructor.
|
virtual |
Destructor.
| DtWindCorridorDecoder::DtWindCorridorDecoder | ( | const DtWindCorridorDecoder & | orig | ) |
Copy constructor.
|
virtual |
Decode an METOC_Root state PDU and update a state repository.
| DtWindCorridorDecoder& DtWindCorridorDecoder::operator= | ( | const DtWindCorridorDecoder & | orig | ) |
Assignment operator.
|
protected |