VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
DtReflectedIff Class Reference

class DtReflectedIff: More...

+ Inheritance diagram for DtReflectedIff:
+ Collaboration diagram for DtReflectedIff:

Public Types

typedef DtIffStateRepository *(* DtStateRepCreator )()
 Function prototype for functions that create DtIffStateRepositories.
- Public Types inherited from DtReflectedObject
typedef DtStateRepository *(* DtBaseStateRepCreator )()
 Function prototype for functions that create DtStateRepositories.

Public Member Functions

 DtReflectedIff (DtHlaObject *obj, DtExerciseConn *conn)
 constructor
virtual ~DtReflectedIff ()
 destructor
virtual DtIffStateRepositoryiffStateRep () const
 Returns a pointer to the IffStateRepository, through which you can inspect current state information.
virtual DtIffStateRepositoryisr () const
 Synonym for iffStateRep()
virtual DtIffStateRepositoryiffRep () const
 Synonym for iffStateRep()
virtual DtReflectedIffnext () const
 Functions to get the next and previous objects in the list.
virtual DtReflectedIffprev () const
virtual DtReflectedIffwrapNext () const
virtual DtReflectedIffwrapPrev () const
virtual void addPostUpdateCallback (DtIffCallbackFunction cb, void *userData)
 Registration/deregistration of postUpdate callbacks.
virtual void removePostUpdateCallback (DtIffCallbackFunction cb, void *userData)
- Public Member Functions inherited from DtReflectedObject
 DtReflectedObject (DtExerciseConn *conn, DtStateRepository *stateRep)
 Primary constructor.
 DtReflectedObject (DtHlaObject *obj, DtExerciseConn *conn, DtBaseStateRepCreator creator)
 Older constructor.
 DtReflectedObject (const DtObjectId &id, const DtGlobalObjectDesignator &des, DtExerciseConn *conn, DtBaseStateRepCreator creator)
 Older constructor.
virtual ~DtReflectedObject ()
 destructor
virtual DtStateRepositorystateRep () const
 Returns a pointer to the StateRepository - through which you can inspect current state information.
virtual DtStateRepositorysr () const
 Synonym for stateRep().
virtual DtHlaStateDecoderdecoder ()
 Returns a pointer to the Decoder being used to decode state messages into our SR.
virtual DtHlaObjectWithStateRephlaObject () const
 Get the entity's hlaObject (DtHlaObjectWithStateRep is derived from DtHlaObject).
virtual const DtObjectIdobjectId () const
 Get the HLA object's id.
virtual const DtObjectIdid () const
 Get the HLA object's id (local ID).
virtual const DtObjectIdlocalId () const
 Get the HLA object's id (local ID).
virtual const DtStringname () const
 Get the HLA object name.
virtual const
DtGlobalObjectDesignator
globalId () const
 Get the HLA object's global object designator - the object name in HLA.
virtual DtTime lastSimTimeUpdated () const
 Returns the value of simulation time at the time an update was last received for the entity.
virtual DtTime lastReceivedTimeStamp () const
 Returns the value of the time send in the last Update received for this entity.
virtual void baseAddPostUpdateCallback (DtReflectedObjectCallbackFunction cb, void *userData)
 Object state callback registration/deregistration.
virtual void baseRemovePostUpdateCallback (DtReflectedObjectCallbackFunction cb, void *userData)
virtual DtReflectedObjectnextObj () const
 Get the next remote object.
virtual DtReflectedObjectprevObj () const
 Get the previous remote object.
virtual DtReflectedObjectwrapNextObj () const
 Get the next remote object.
virtual DtReflectedObjectwrapPrevObj () const
 Get the previous remote object.
void setHlaObject (DtHlaObject *obj, DtHlaStateDecoder *decoder=NULL)
 Start reflecting this object, using this decoder.
virtual void setNoHlaObject (const DtObjectId &id, const DtGlobalObjectDesignator &des)
 Used to set up a proxy DtReflectedEntity - one that is not actually managing a real reflected HLA object.
void detachHlaObject ()
 Ends managing of current HLA object.
virtual void requestUpdate ()
 Request that the owner of this entity send an attribute update.

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs.

Protected Member Functions

 DtReflectedIff (const DtReflectedIff &orig)
 copy constructor – not implemented
DtReflectedIffoperator= (const DtReflectedIff &orig)
 assignment operator – not implemented
- Protected Member Functions inherited from DtReflectedObject
 DtReflectedObject (const DtReflectedObject &orig)
 copy constructor – Not Implemented
DtReflectedObjectoperator= (const DtReflectedObject &orig)
 assignment operator – Not Implemented
virtual void processPostUpdateCallbacks ()
 Process the post update callbacks.

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Additional Inherited Members

- Static Protected Member Functions inherited from DtReflectedObject
static void requestUpdatePostDrainCb (void *usr)
 Calls requestUpdate.
static void processPostUpdateCallbacksCb (const DtStateMsg &stateMsg, DtHlaObject *obj, void *usr)
 Callback from HlaObject to process post update callbacks.
- Protected Attributes inherited from DtReflectedObject
DtExerciseConnmyExConn
DtHlaObjectWithStateRepmyHlaObj
DtStateRepositorymyStateRep
DtHlaStateDecodermyDecoder
bool myRequestCbRegistered
DtIntrusiveList myStateUpdateCallbacks
DtObjectId myId
DtString myName
DtRefHlaObjectMap::iterator myReflIterator
DtRefHlaObjectMapmyReflMap

Detailed Description

class DtReflectedIff:

Instances of DtReflectedIff are used to represent "IFF" objects simulated remotely, that we hear about through the RTI. Instances are created and deleted automatically by DtReflectedIffList in response to discover and remove RTI service invocations. This class is derived from DtReflectedObject, which does most of the work. The derived class mostly exists to provide type safety, and to configure the base class object.

Member Typedef Documentation

typedef DtIffStateRepository*(* DtReflectedIff::DtStateRepCreator)()

Function prototype for functions that create DtIffStateRepositories.

Constructor & Destructor Documentation

DtReflectedIff::DtReflectedIff ( DtHlaObject obj,
DtExerciseConn conn 
)

constructor

virtual DtReflectedIff::~DtReflectedIff ( )
virtual

destructor

DtReflectedIff::DtReflectedIff ( const DtReflectedIff orig)
protected

copy constructor – not implemented

Member Function Documentation

virtual void DtReflectedIff::addPostUpdateCallback ( DtIffCallbackFunction  cb,
void *  userData 
)
virtual

Registration/deregistration of postUpdate callbacks.

DtIffStateRepository * DtReflectedIff::iffRep ( ) const
inlinevirtual
DtIffStateRepository * DtReflectedIff::iffStateRep ( ) const
inlinevirtual

Returns a pointer to the IffStateRepository, through which you can inspect current state information.

References DtReflectedObject::myStateRep.

DtIffStateRepository * DtReflectedIff::isr ( ) const
inlinevirtual
virtual DtReflectedIff* DtReflectedIff::next ( ) const
virtual

Functions to get the next and previous objects in the list.

The "wrap" functions cycle to the beginning/end of the list.

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

assignment operator – not implemented

virtual DtReflectedIff* DtReflectedIff::prev ( ) const
virtual
virtual void DtReflectedIff::removePostUpdateCallback ( DtIffCallbackFunction  cb,
void *  userData 
)
virtual
static DtStateRepCreator DtReflectedIff::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

virtual DtReflectedIff* DtReflectedIff::wrapNext ( ) const
virtual
virtual DtReflectedIff* DtReflectedIff::wrapPrev ( ) const
virtual

Member Data Documentation

DtStateRepCreator DtReflectedIff::theStateRepCreator
staticprotected

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

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)