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
DtGriddedDataDecoder Class Reference

Instances of DtGriddedDataDecoder decode Gridded Data PDU's into DtGriddedDataRepository objects. More...

+ Inheritance diagram for DtGriddedDataDecoder:
+ Collaboration diagram for DtGriddedDataDecoder:

Public Member Functions

 DtGriddedDataDecoder (DtExerciseConn *conn)
 Constructor. More...
 
virtual ~DtGriddedDataDecoder ()
 Destructor. More...
 
 DtGriddedDataDecoder (const DtGriddedDataDecoder &orig)
 Copy constructor. More...
 
DtGriddedDataDecoderoperator= (const DtGriddedDataDecoder &orig)
 Assignment operator. More...
 
virtual void decode (const DtGriddedDataPdu &pdu, DtGriddedDataRepository *stateRep)
 Decode a Gridded Data PDU into a DtGriddedDataRepository. More...
 
 DtCLONE_DECODER (DtGriddedDataDecoder)
 
- 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

DtExerciseConnmyExConn
 
- Protected Attributes inherited from DtStateDecoder
DtExerciseConnmyExConn
 

Detailed Description

Instances of DtGriddedDataDecoder decode Gridded Data PDU's into DtGriddedDataRepository objects.

Constructor & Destructor Documentation

DtGriddedDataDecoder::DtGriddedDataDecoder ( DtExerciseConn conn)

Constructor.

virtual DtGriddedDataDecoder::~DtGriddedDataDecoder ( )
virtual

Destructor.

DtGriddedDataDecoder::DtGriddedDataDecoder ( const DtGriddedDataDecoder orig)

Copy constructor.

Member Function Documentation

virtual void DtGriddedDataDecoder::decode ( const DtGriddedDataPdu pdu,
DtGriddedDataRepository stateRep 
)
virtual

Decode a Gridded Data PDU into a DtGriddedDataRepository.

DtGriddedDataDecoder::DtCLONE_DECODER ( DtGriddedDataDecoder  )
DtGriddedDataDecoder& DtGriddedDataDecoder::operator= ( const DtGriddedDataDecoder orig)

Assignment operator.

Member Data Documentation

DtExerciseConn* DtGriddedDataDecoder::myExConn
protected

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

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)