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 Member Functions | Protected Attributes
DtPointObjectEncoder Class Reference

Provides encoding logic for the DtPointObjectStatePdu class. More...

+ Inheritance diagram for DtPointObjectEncoder:
+ Collaboration diagram for DtPointObjectEncoder:

Public Member Functions

 DtPointObjectEncoder (double _locThreshold=1.0, double _oriThreshold=1.0)
 CTOR. More...
 
 DtPointObjectEncoder (const DtPointObjectEncoder &orig)
 Copy CTOR. More...
 
virtual ~DtPointObjectEncoder ()
 Virtual DTOR. More...
 
DtPointObjectEncoderoperator= (const DtPointObjectEncoder &orig)
 Assignment operator. More...
 
virtual DtPointObjectStatePdustateMsg (const DtPointObjectRepository &stateRep, const DtPointObjectRepository &asSeenByRemote)
 Constructs a PDU from the state repository. More...
 
 DtCLONE_ENCODER (DtPointObjectEncoder)
 
virtual void setLocThreshold (double val)
 Set/Query the value of the Location Update Threshold. More...
 
virtual double locThreshold () const
 Set/Query the value of the Location Update Threshold. More...
 
virtual void setOriThreshold (double val)
 Set/Query the value of the Orientation Update Threshold. More...
 
virtual double oriThreshold () const
 Set/Query the value of the Orientation Update Threshold. More...
 
- Public Member Functions inherited from DtStateEncoder
 DtStateEncoder ()
 Default constructor. More...
 
virtual ~DtStateEncoder ()
 Destructor. More...
 
 DtStateEncoder (const DtStateEncoder &orig)
 Copy constructor. More...
 
DtStateEncoderoperator= (const DtStateEncoder &orig)
 Assignment operator. More...
 
virtual void setSendNeeded ()
 Sets myForceSendNeeded to true. More...
 
virtual DtU32 changedState () const
 
virtual void clearChangedState ()
 
virtual bool isChangedStateBit (DtU32 st) const
 
virtual void resetChangedStateBit (DtU32 st)
 
virtual void setChangedStateBit (DtU32 st)
 
virtual DtPduEncoderclone () const =0
 clone. More...
 
virtual void encode (DtPdu *pdu)
 This is a dummy method for backwards compatibility with DIS encoders. More...
 
virtual void fillOutAttributeRecords (const DtStateRepository &stateRep, DtPduWithAttributeRecordSets *pdu, const DtEntityIdentifier &id, bool clearBeforeAdding=true)
 DIS 7 requires filling the Attribute Records for a coupled Attribute PDU. More...
 
virtual bool sendNeededAttributeRecords (const DtStateRepository &stateRep, const DtStateRepository &asSeenByRemote)
 In order to modify records in place, and have them sent, we need to compare the stateRep with the As seen by remote. More...
 
- Public Member Functions inherited from DtPduEncoder
virtual ~DtPduEncoder ()
 

Protected Member Functions

virtual bool sendNeeded (const DtPointObjectRepository &stateRep, const DtPointObjectRepository &asSeenByRemote)
 Determine if a state message needs to be sent. More...
 
virtual void updateModifications (const DtPointObjectRepository &lclRep, const DtPointObjectRepository &remRep)
 Update the PDU's modification flags. More...
 

Protected Attributes

DtPointObjectStatePdu myPdu
 
double myLocThresholdSquared
 
double myOriThresholdSquared
 
- Protected Attributes inherited from DtStateEncoder
bool myForceSendNeeded
 
DtU32 myChangedState
 

Detailed Description

Provides encoding logic for the DtPointObjectStatePdu class.

Constructor & Destructor Documentation

DtPointObjectEncoder::DtPointObjectEncoder ( double  _locThreshold = 1.0,
double  _oriThreshold = 1.0 
)

CTOR.

DtPointObjectEncoder::DtPointObjectEncoder ( const DtPointObjectEncoder orig)

Copy CTOR.

virtual DtPointObjectEncoder::~DtPointObjectEncoder ( )
virtual

Virtual DTOR.

Member Function Documentation

DtPointObjectEncoder::DtCLONE_ENCODER ( DtPointObjectEncoder  )
double DtPointObjectEncoder::locThreshold ( ) const
inlinevirtual

Set/Query the value of the Location Update Threshold.

References myLocThresholdSquared.

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

Assignment operator.

double DtPointObjectEncoder::oriThreshold ( ) const
inlinevirtual

Set/Query the value of the Orientation Update Threshold.

References myOriThresholdSquared.

virtual bool DtPointObjectEncoder::sendNeeded ( const DtPointObjectRepository stateRep,
const DtPointObjectRepository asSeenByRemote 
)
protectedvirtual

Determine if a state message needs to be sent.

void DtPointObjectEncoder::setLocThreshold ( double  val)
inlinevirtual

Set/Query the value of the Location Update Threshold.

References myLocThresholdSquared.

void DtPointObjectEncoder::setOriThreshold ( double  val)
inlinevirtual

Set/Query the value of the Orientation Update Threshold.

References myOriThresholdSquared.

virtual DtPointObjectStatePdu* DtPointObjectEncoder::stateMsg ( const DtPointObjectRepository stateRep,
const DtPointObjectRepository asSeenByRemote 
)
virtual

Constructs a PDU from the state repository.

stateMsg determines whether a Designator PDU needs to be sent and constructs one of it does.

Returns
PDU if send is needed, and NULL if not
virtual void DtPointObjectEncoder::updateModifications ( const DtPointObjectRepository lclRep,
const DtPointObjectRepository remRep 
)
protectedvirtual

Update the PDU's modification flags.

Member Data Documentation

double DtPointObjectEncoder::myLocThresholdSquared
protected

Referenced by locThreshold(), and setLocThreshold().

double DtPointObjectEncoder::myOriThresholdSquared
protected

Referenced by oriThreshold(), and setOriThreshold().

DtPointObjectStatePdu DtPointObjectEncoder::myPdu
protected

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

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)