VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtRunwayDecoder Class Reference

Instances of DtRunwayDecoder decode data from Runway PDUs to update a DtRunwayStateRepository. More...

+ Inheritance diagram for DtRunwayDecoder:
+ Collaboration diagram for DtRunwayDecoder:

Public Member Functions

 DtRunwayDecoder (DtExerciseConn *conn)
 Default constructor. More...
 
virtual ~DtRunwayDecoder ()
 Destructor. More...
 
 DtRunwayDecoder (const DtRunwayDecoder &orig)
 Copy constructor. More...
 
DtRunwayDecoderoperator= (const DtRunwayDecoder &orig)
 Assignment operator. More...
 
virtual void decode (const DtRunwayPdu &pdu, DtRunwayStateRepository *stateRep)
 Decode an Runway 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...
 
DtStateDecoderoperator= (const DtStateDecoder &orig)
 Assignment operator. More...
 
virtual DtPduDecoderclone () 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

DtRunwayPdu myPdu
 
- Protected Attributes inherited from DtStateDecoder
DtExerciseConnmyExConn
 

Detailed Description

Instances of DtRunwayDecoder decode data from Runway PDUs to update a DtRunwayStateRepository.

Constructor & Destructor Documentation

DtRunwayDecoder::DtRunwayDecoder ( DtExerciseConn conn)

Default constructor.

virtual DtRunwayDecoder::~DtRunwayDecoder ( )
virtual

Destructor.

DtRunwayDecoder::DtRunwayDecoder ( const DtRunwayDecoder orig)

Copy constructor.

Member Function Documentation

virtual void DtRunwayDecoder::decode ( const DtRunwayPdu pdu,
DtRunwayStateRepository stateRep 
)
virtual

Decode an Runway state PDU and update a state repository.

virtual bool DtRunwayDecoder::isFinalPdu ( unsigned short  version)
virtual

Checks the Final PDU status bit and returns true if this is the final PDU.

DtRunwayDecoder& DtRunwayDecoder::operator= ( const DtRunwayDecoder orig)

Assignment operator.

Member Data Documentation

DtRunwayPdu DtRunwayDecoder::myPdu
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)