|
| | DtReflectedDesignator (DtHlaObject *obj, DtExerciseConn *conn) |
| | constructor More...
|
| |
| virtual | ~DtReflectedDesignator () |
| | destructor More...
|
| |
| virtual DtDesignatorRepository * | designatorRep () const |
| | Get the designator's state repository. More...
|
| |
| virtual DtDesignatorRepository * | dsr () const |
| | Synonym for designatorRep(). More...
|
| |
| virtual DtReflectedDesignator * | next () const |
| | Get the next remote designator. More...
|
| |
| virtual DtReflectedDesignator * | prev () const |
| | Get the previous remote designator. More...
|
| |
| virtual DtReflectedDesignator * | wrapNext () const |
| | Get the next remote designator. More...
|
| |
| virtual DtReflectedDesignator * | wrapPrev () const |
| | Get the previous remote designator. More...
|
| |
| virtual void | addPostUpdateCallback (DtDesignatorCallbackFunction cb, void *userData) |
| | Designator state callback registration/deregistration. More...
|
| |
| virtual void | removePostUpdateCallback (DtDesignatorCallbackFunction cb, void *userData) |
| |
| | 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 const DtString & | lastProducingFederate () const |
| | Get the name of the last federate that produced a reflected update. 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...
|
| |
| virtual DtTime | keyTime () const |
| | Set/Get the time value used with ID to define a map key Key is used to store objects by time but still allow index by ID (using this keyTime) More...
|
| |
| virtual void | setKeyTime (DtTime timeValue) |
| | Set/Get the time value used with ID to define a map key Key is used to store objects by time but still allow index by ID (using this keyTime) More...
|
| |
class DtReflectedDesignator:
Instances of DtReflectedDesignator are used to represent HLA Designator Object instances, which were remotely published.