VR-Vantage 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Static Protected Member Functions
DtNavAidEncoder Class Reference

Instances of DtNavAidEncoder encode data from DtNavAidStateRepository objects to the net structures to be sent to the network. More...

Inheritance diagram for DtNavAidEncoder:
Inheritance graph
[legend]

Public Member Functions

 DtNavAidEncoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc)
 Default constructor.
virtual ~DtNavAidEncoder ()
 Destructor.
 DtNavAidEncoder (const DtNavAidEncoder &orig)
 Copy constructor.
DtNavAidEncoderoperator= (const DtNavAidEncoder &orig)
 Assignment operator.

Static Public Member Functions

static DtNavAidEncodercreate (DtExerciseConn *exConn, DtObjClassDesc *classDesc)
 Function that creates a DtNavAidEncoder.

Static Protected Member Functions

static bool needIdentificationCode (const DtNavAidStateRepository &stateRep, const DtNavAidStateRepository &asSeenByRemote)
 Return true if IdentificationCode needs to be sent to the network, false otherwise.
static void encodeIdentificationCode (const DtNavAidStateRepository &rep, RTI::AttributeHandleValuePairSet *attrs, RTI::AttributeHandle attrHandle)
 Encodes IdentificationCode from rep into attrs.

Detailed Description

Instances of DtNavAidEncoder encode data from DtNavAidStateRepository objects to the net structures to be sent to the network.

Constructor & Destructor Documentation

DtNavAidEncoder::DtNavAidEncoder ( DtExerciseConn *  exConn,
DtObjClassDesc *  classDesc 
)

Default constructor.

virtual DtNavAidEncoder::~DtNavAidEncoder ( )
virtual

Destructor.

DtNavAidEncoder::DtNavAidEncoder ( const DtNavAidEncoder orig)

Copy constructor.

Member Function Documentation

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

Assignment operator.

static DtNavAidEncoder* DtNavAidEncoder::create ( DtExerciseConn *  exConn,
DtObjClassDesc *  classDesc 
)
static

Function that creates a DtNavAidEncoder.

static bool DtNavAidEncoder::needIdentificationCode ( const DtNavAidStateRepository stateRep,
const DtNavAidStateRepository asSeenByRemote 
)
staticprotected

Return true if IdentificationCode needs to be sent to the network, false otherwise.

static void DtNavAidEncoder::encodeIdentificationCode ( const DtNavAidStateRepository rep,
RTI::AttributeHandleValuePairSet *  attrs,
RTI::AttributeHandle  attrHandle 
)
staticprotected

Encodes IdentificationCode from rep into attrs.


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


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)