VR-Link API Documentation for DIS
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtAggregateStateEncoder Class Reference

Instances of DtAggregateStateEncoder are used to take state information from an aggregate state repository and place it into an aggregate state PDU. More...

+ Inheritance diagram for DtAggregateStateEncoder:
+ Collaboration diagram for DtAggregateStateEncoder:

Public Member Functions

 DtAggregateStateEncoder ()
 Constructor.
virtual ~DtAggregateStateEncoder ()
 Destructor.
 DtAggregateStateEncoder (const DtAggregateStateEncoder &orig)
 Copy constructor.
DtAggregateStateEncoderoperator= (const DtAggregateStateEncoder &orig)
 Assignment operator.
virtual DtAggregateStatePdustateMsg (const DtAggregateStateRepository &stateRep, const DtAggregateStateRepository &asSeenByRemote)
 Constructs a PDU from the state repository.
- Public Member Functions inherited from DtStateEncoder
 DtStateEncoder ()
 Default constructor.
virtual ~DtStateEncoder ()
 Destructor.
 DtStateEncoder (const DtStateEncoder &orig)
 Copy constructor.
DtStateEncoderoperator= (const DtStateEncoder &orig)
 Assignment operator.
void setSendNeeded ()
 Sets myForceSendNeeded to true.

Protected Member Functions

virtual bool sendNeeded (const DtAggregateStateRepository &stateRep, const DtAggregateStateRepository &asSeenByRemote)
 Determine if a state message needs to be sent.
virtual void fillOut (const DtAggregateStateRepository &stateRep, const DtAggregateStateRepository &asSeenByRemote, DtAggregateStatePdu *pdu)
 Fill out a state message which reflects a state repository.

Protected Attributes

DtAggregateStatePdu myAsPdu
- Protected Attributes inherited from DtStateEncoder
bool myForceSendNeeded

Detailed Description

Instances of DtAggregateStateEncoder are used to take state information from an aggregate state repository and place it into an aggregate state PDU.

Constructor & Destructor Documentation

DtAggregateStateEncoder::DtAggregateStateEncoder ( )

Constructor.

virtual DtAggregateStateEncoder::~DtAggregateStateEncoder ( )
virtual

Destructor.

DtAggregateStateEncoder::DtAggregateStateEncoder ( const DtAggregateStateEncoder orig)

Copy constructor.

Member Function Documentation

virtual void DtAggregateStateEncoder::fillOut ( const DtAggregateStateRepository stateRep,
const DtAggregateStateRepository asSeenByRemote,
DtAggregateStatePdu pdu 
)
protectedvirtual

Fill out a state message which reflects a state repository.

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

Assignment operator.

virtual bool DtAggregateStateEncoder::sendNeeded ( const DtAggregateStateRepository stateRep,
const DtAggregateStateRepository asSeenByRemote 
)
protectedvirtual

Determine if a state message needs to be sent.

virtual DtAggregateStatePdu* DtAggregateStateEncoder::stateMsg ( const DtAggregateStateRepository stateRep,
const DtAggregateStateRepository asSeenByRemote 
)
virtual

Constructs a PDU from the state repository.

stateMsg determines whether an Aggregate PDU needs to be sent and constructs one of it does.

Returns
PDU if send is needed, and NULL if not

Member Data Documentation

DtAggregateStatePdu DtAggregateStateEncoder::myAsPdu
protected

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

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)