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

Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structures to be sent to the network. More...

+ Inheritance diagram for DtLandSurfaceDecoder:
+ Collaboration diagram for DtLandSurfaceDecoder:

Public Member Functions

 DtLandSurfaceDecoder (DtExerciseConn *conn)
 Default constructor. More...
 
virtual ~DtLandSurfaceDecoder ()
 Destructor. More...
 
 DtLandSurfaceDecoder (const DtLandSurfaceDecoder &orig)
 Copy constructor. More...
 
DtLandSurfaceDecoderoperator= (const DtLandSurfaceDecoder &orig)
 Assignment operator. More...
 
virtual void decode (const DtMetocPdu &pdu, DtLandSurfaceStateRepository *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...
 
DtMetocDecoderoperator= (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...
 
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

DtMetocPdu myPdu
 
- Protected Attributes inherited from DtStateDecoder
DtExerciseConnmyExConn
 

Detailed Description

Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structures to be sent to the network.

Constructor & Destructor Documentation

DtLandSurfaceDecoder::DtLandSurfaceDecoder ( DtExerciseConn conn)

Default constructor.

virtual DtLandSurfaceDecoder::~DtLandSurfaceDecoder ( )
virtual

Destructor.

DtLandSurfaceDecoder::DtLandSurfaceDecoder ( const DtLandSurfaceDecoder orig)

Copy constructor.

Member Function Documentation

virtual void DtLandSurfaceDecoder::decode ( const DtMetocPdu pdu,
DtLandSurfaceStateRepository stateRep 
)
virtual

Decode an METOC_Root state PDU and update a state repository.

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

Assignment operator.

Member Data Documentation

DtMetocPdu DtLandSurfaceDecoder::myPdu
protected

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

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)