VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions
DtReflectedRectangularPyramid Class Reference

Instances of DtReflectedRectangularPyramid are used to represent a simulated HLAobjectRoot.SensorFieldOfView.RectangularPyramid object reflected across a network.

Inheritance diagram for DtReflectedRectangularPyramid:
Inheritance graph
[legend]

Public Types

typedef
DtRectangularPyramidStateRepository *(* 
DtStateRepCreator )()
 
typedef
DtRectangularPyramidStateRepository *(* 
DtStateRepCreator )()
 

Public Member Functions

 DtReflectedRectangularPyramid (DtExerciseConn *conn, const DtEntityIdentifier &id)
 
virtual ~DtReflectedRectangularPyramid ()
 
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep () const
 
virtual
DtRectangularPyramidStateRepository
rsr () const
 
virtual DtStateRepositorystateRep () const
 
virtual
DtRectangularPyramidDecoder
decoder ()
 
virtual const DtObjectId & id () const
 
virtual const
DtGlobalObjectDesignator & 
globalId () const
 
virtual
DtReflectedRectangularPyramid
next () const
 
virtual
DtReflectedRectangularPyramid
prev () const
 
virtual
DtReflectedRectangularPyramid
wrapNext () const
 
virtual
DtReflectedRectangularPyramid
wrapPrev () const
 
virtual void addPostUpdateCallback (DtRectangularPyramidCallbackFunction cb, void *userData)
 
virtual void removePostUpdateCallback (DtRectangularPyramidCallbackFunction cb, void *userData)
 
virtual void setHashKey (const DtString &uniqueVal)
 
virtual const DtBaseHashKeyhashKey () const
 
virtual DtString idString () const
 
virtual void processStateMessage (const DtStateMsg &msg)
 
virtual void processRectangularPyramidState (const DtRectangularPyramidPdu &pdu)
 
 DtReflectedRectangularPyramid (DtHlaObject *obj, DtExerciseConn *exConn)
 
virtual ~DtReflectedRectangularPyramid ()
 
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep () const
 
virtual
DtRectangularPyramidStateRepository
rsr () const
 
virtual
DtReflectedRectangularPyramid
next () const
 
virtual
DtReflectedRectangularPyramid
prev () const
 
virtual
DtReflectedRectangularPyramid
wrapNext () const
 
virtual
DtReflectedRectangularPyramid
wrapPrev () const
 
virtual void addPostUpdateCallback (DtRectangularPyramidCallbackFunction cb, void *userData)
 
virtual void removePostUpdateCallback (DtRectangularPyramidCallbackFunction cb, void *userData)
 

Static Public Member Functions

static void setStateRepCreator (DtStateRepCreator creator)
 
static DtStateRepCreator stateRepCreator (void)
 
static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 

Protected Member Functions

 DtReflectedRectangularPyramid (const DtReflectedRectangularPyramid &orig)
 
DtReflectedRectangularPyramidoperator= (const DtReflectedRectangularPyramid &orig)
 

Protected Attributes

DtStringHashKey myHashKey
 
DtEntityIdentifier myId
 
DtRectangularPyramidStateRepositorymyStateRep
 
DtRectangularPyramidDecodermyDecoder
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Private Member Functions

 DtReflectedRectangularPyramid (const DtReflectedRectangularPyramid &orig)
 
DtReflectedRectangularPyramidoperator= (const DtReflectedRectangularPyramid &orig)
 

Member Typedef Documentation

typedef DtRectangularPyramidStateRepository*(* DtReflectedRectangularPyramid::DtStateRepCreator)()

Function prototype for functions that create DtRectangularPyramidStateRepository.

typedef DtRectangularPyramidStateRepository*(* DtReflectedRectangularPyramid::DtStateRepCreator)()

Function prototype for functions that create a DtRectangularPyramidStateRepository.

Constructor & Destructor Documentation

DtReflectedRectangularPyramid::DtReflectedRectangularPyramid ( DtExerciseConn *  conn,
const DtEntityIdentifier &  id 
)

Constructor.

virtual DtReflectedRectangularPyramid::~DtReflectedRectangularPyramid ( )
virtual

Destructor.

DtReflectedRectangularPyramid::DtReflectedRectangularPyramid ( const DtReflectedRectangularPyramid orig)
private

copy constructor – not implemented

DtReflectedRectangularPyramid::DtReflectedRectangularPyramid ( DtHlaObject *  obj,
DtExerciseConn *  exConn 
)

Constructor.

virtual DtReflectedRectangularPyramid::~DtReflectedRectangularPyramid ( )
virtual

Destructor.

DtReflectedRectangularPyramid::DtReflectedRectangularPyramid ( const DtReflectedRectangularPyramid orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtReflectedRectangularPyramid& DtReflectedRectangularPyramid::operator= ( const DtReflectedRectangularPyramid orig)
private

assignment operator – not implemented

DtRectangularPyramidStateRepository * DtReflectedRectangularPyramid::rectangularPyramidStateRep ( ) const
inlinevirtual

Returns a pointer to the StateRepository - through which you can inspect current state information.

References myStateRep.

DtRectangularPyramidStateRepository * DtReflectedRectangularPyramid::rsr ( ) const
inlinevirtual

Synonym for rectangularPyramidStateRep().

References myStateRep.

virtual DtStateRepository* DtReflectedRectangularPyramid::stateRep ( ) const
virtual

Returns a pointer to the StateRepository - through which you can inspect current state information. Implementation for abstract base class. Calls asr().

virtual DtRectangularPyramidDecoder* DtReflectedRectangularPyramid::decoder ( )
virtual

Returns a pointer to the Decoder being used to decode state messages into our SR.

virtual const DtObjectId& DtReflectedRectangularPyramid::id ( ) const
virtual

Get the object's id. (For DIS, DtObjectId is DtEntityIdentifier).

virtual const DtGlobalObjectDesignator& DtReflectedRectangularPyramid::globalId ( ) const
virtual

Get the object's global object designator - for DIS, it's the same as its DtEntityIdentifier.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::next ( ) const
virtual

Get the next and previous elements in the reflected aggregate list.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::prev ( ) const
virtual
virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::wrapNext ( ) const
virtual

Get the next and previous elements, wrap at the ends of the list.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::wrapPrev ( ) const
virtual
virtual void DtReflectedRectangularPyramid::addPostUpdateCallback ( DtRectangularPyramidCallbackFunction  cb,
void *  userData 
)
virtual

Entity state callback registration/deregistration.

virtual void DtReflectedRectangularPyramid::removePostUpdateCallback ( DtRectangularPyramidCallbackFunction  cb,
void *  userData 
)
virtual
virtual void DtReflectedRectangularPyramid::setHashKey ( const DtString uniqueVal)
virtual

Sets the hash key from a unique string value.

virtual const DtBaseHashKey& DtReflectedRectangularPyramid::hashKey ( ) const
virtual

Get a hash key for this object - Key must be set before use.

virtual DtString DtReflectedRectangularPyramid::idString ( ) const
virtual

Get a string identification of this object.

virtual void DtReflectedRectangularPyramid::processStateMessage ( const DtStateMsg msg)
virtual

Implementation for abstract base class.

virtual void DtReflectedRectangularPyramid::processRectangularPyramidState ( const DtRectangularPyramidPdu pdu)
virtual

Process an state PDU. Also calls down to base class processStateMessage().

static void DtReflectedRectangularPyramid::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

static DtStateRepCreator DtReflectedRectangularPyramid::stateRepCreator ( void  )
static
virtual DtRectangularPyramidStateRepository* DtReflectedRectangularPyramid::rectangularPyramidStateRep ( ) const
virtual

Returns the RectangularPyramid's state repository.

virtual DtRectangularPyramidStateRepository* DtReflectedRectangularPyramid::rsr ( ) const
virtual

Shorter version of lifeformRep.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::next ( ) const
virtual

Returns the next reflected RectangularPyramid in the DtReflectedRectangularPyramidList.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::prev ( ) const
virtual

Returns the previous reflected RectangularPyramid in the DtReflectedRectangularPyramidList.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::wrapNext ( ) const
virtual

Returns the next reflected RectangularPyramid. Will cycle back to the first remote RectangularPyramid in the DtReflectedRectangularPyramidList.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::wrapPrev ( ) const
virtual

Returns the previous reflected RectangularPyramid. Will cycle back to the first remote RectangularPyramid in the DtReflectedRectangularPyramidList.

virtual void DtReflectedRectangularPyramid::addPostUpdateCallback ( DtRectangularPyramidCallbackFunction  cb,
void *  userData 
)
virtual

Add a callback that is called when the DtReflectedRectangularPyramid is updated.

virtual void DtReflectedRectangularPyramid::removePostUpdateCallback ( DtRectangularPyramidCallbackFunction  cb,
void *  userData 
)
virtual

Remove the callback that is called when the DtReflectedRectangularPyramid is updated.

static DtStateRepCreator DtReflectedRectangularPyramid::setStateRepCreator ( DtStateRepCreator  creator)
static

Set the function to be called for creating state repositories.

DtReflectedRectangularPyramid& DtReflectedRectangularPyramid::operator= ( const DtReflectedRectangularPyramid orig)
protected

Assignment operator not implemented.

Member Data Documentation

static DtStateRepCreator DtReflectedRectangularPyramid::theStateRepCreator
staticprotected

The function called to create state repositories.

DtStringHashKey DtReflectedRectangularPyramid::myHashKey
protected
DtEntityIdentifier DtReflectedRectangularPyramid::myId
protected
DtRectangularPyramidStateRepository* DtReflectedRectangularPyramid::myStateRep
protected

Referenced by rectangularPyramidStateRep(), and rsr().

DtRectangularPyramidDecoder* DtReflectedRectangularPyramid::myDecoder
protected

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)