|
| | DtReflectedFederate (DtHlaObject *obj, DtExerciseConn *exConn) |
| | Constructor. More...
|
| |
| virtual | ~DtReflectedFederate () |
| | Destructor. More...
|
| |
| virtual DtFederateStateRepository * | federateRep () const |
| | Returns the Federate's state repository. More...
|
| |
| virtual DtFederateStateRepository * | fsr () const |
| | Shorter version of lifeformRep. More...
|
| |
| virtual DtReflectedFederate * | next () const |
| | Returns the next reflected Federate in the DtReflectedFederateList. More...
|
| |
| virtual DtReflectedFederate * | prev () const |
| | Returns the previous reflected Federate in the DtReflectedFederateList. More...
|
| |
| virtual DtReflectedFederate * | wrapNext () const |
| | Returns the next reflected Federate. More...
|
| |
| virtual DtReflectedFederate * | wrapPrev () const |
| | Returns the previous reflected Federate. More...
|
| |
| virtual void | addPostUpdateCallback (DtFederateCallbackFunction cb, void *userData) |
| | Add a callback that is called when the DtReflectedFederate is updated. More...
|
| |
| virtual void | removePostUpdateCallback (DtFederateCallbackFunction cb, void *userData) |
| | Remove the callback that is called when the DtReflectedFederate is updated. More...
|
| |
| | DtReflectedObject (DtExerciseConn *conn, DtStateRepository *stateRep) |
| | Primary constructor. More...
|
| |
| | DtReflectedObject (DtHlaObject *obj, DtExerciseConn *conn, DtBaseStateRepCreator creator) |
| | Older constructor. More...
|
| |
| | DtReflectedObject (const DtObjectId &id, const DtGlobalObjectDesignator &des, DtExerciseConn *conn, DtBaseStateRepCreator creator) |
| | Older constructor. More...
|
| |
| virtual | ~DtReflectedObject () |
| | destructor More...
|
| |
| virtual DtStateRepository * | stateRep () const |
| | Returns a pointer to the StateRepository - through which you can inspect current state information. More...
|
| |
| virtual DtStateRepository * | sr () const |
| | Synonym for stateRep(). More...
|
| |
| virtual DtHlaStateDecoder * | decoder () |
| | Returns a pointer to the Decoder being used to decode state messages into our SR. More...
|
| |
| virtual DtHlaObjectWithStateRep * | hlaObject () const |
| | Get the entity's hlaObject (DtHlaObjectWithStateRep is derived from DtHlaObject). More...
|
| |
| virtual const DtObjectId & | objectId () const |
| | Get the HLA object's id. More...
|
| |
| virtual const DtObjectId & | id () const |
| | Get the HLA object's id (local ID). More...
|
| |
| virtual const DtObjectId & | localId () const |
| | Get the HLA object's id (local ID). More...
|
| |
| virtual const DtString & | name () const |
| | Get the HLA object name. More...
|
| |
virtual const
DtGlobalObjectDesignator & | globalId () const |
| | Get the HLA object's global object designator - the object name in HLA. More...
|
| |
| virtual DtTime | lastSimTimeUpdated () const |
| | Returns the value of simulation time at the time an update was last received for the entity. More...
|
| |
| virtual DtTime | lastReceivedTimeStamp () const |
| | Returns the value of the time send in the last Update received for this entity. More...
|
| |
| virtual void | baseAddPostUpdateCallback (DtReflectedObjectCallbackFunction cb, void *userData) |
| | Object state callback registration/deregistration. More...
|
| |
| virtual void | baseRemovePostUpdateCallback (DtReflectedObjectCallbackFunction cb, void *userData) |
| |
| virtual DtReflectedObject * | nextObj () const |
| | Get the next remote object. More...
|
| |
| virtual DtReflectedObject * | prevObj () const |
| | Get the previous remote object. More...
|
| |
| virtual DtReflectedObject * | wrapNextObj () const |
| | Get the next remote object. More...
|
| |
| virtual DtReflectedObject * | wrapPrevObj () const |
| | Get the previous remote object. More...
|
| |
| void | setHlaObject (DtHlaObject *obj, DtHlaStateDecoder *decoder=NULL) |
| | Start reflecting this object, using this decoder. More...
|
| |
| 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. More...
|
| |
| void | detachHlaObject () |
| | Ends managing of current HLA object. More...
|
| |
| virtual void | requestUpdate () |
| | Request that the owner of this entity send an attribute update. More...
|
| |
This class contains information about a Federate instance in HLA.
The data is populated from MOM data transmitted by the RTI as part of the HLA Standard.