Public Member Functions |
| | DtReflectedGriddedData (DtHlaObject *obj, DtExerciseConn *conn) |
| | constructor
|
| virtual | ~DtReflectedGriddedData () |
| | destructor
|
| virtual DtGriddedDataRepository * | gridDataRep () const |
| | Get the designator's state repository.
|
| virtual DtGriddedDataRepository * | gdsr () const |
| | Synonym for designatorRep().
|
| virtual DtReflectedGriddedData * | next () const |
| | Get the next remote designator.
|
| virtual DtReflectedGriddedData * | prev () const |
| | Get the previous remote designator.
|
| virtual DtReflectedGriddedData * | wrapNext () const |
| | Get the next remote designator.
|
| virtual DtReflectedGriddedData * | wrapPrev () const |
| | Get the previous remote designator.
|
| virtual void | addPostUpdateCallback (DtGriddedDataCallbackFunction cb, void *userData) |
| | Designator state callback registration/deregistration.
|
| virtual void | removePostUpdateCallback (DtGriddedDataCallbackFunction cb, void *userData) |
| | 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 DtStateRepository * | stateRep () const |
| | Returns a pointer to the StateRepository - through which you can inspect current state information.
|
| virtual DtStateRepository * | sr () const |
| | Synonym for stateRep().
|
| virtual DtHlaStateDecoder * | decoder () |
| | Returns a pointer to the Decoder being used to decode state messages into our SR.
|
| virtual DtHlaObjectWithStateRep * | hlaObject () const |
| | Get the entity's hlaObject (DtHlaObjectWithStateRep is derived from DtHlaObject).
|
| virtual const DtObjectId & | objectId () const |
| | Get the HLA object's id.
|
| virtual const DtObjectId & | id () const |
| | Get the HLA object's id (local ID).
|
| virtual const DtObjectId & | localId () const |
| | Get the HLA object's id (local ID).
|
| virtual const DtString & | name () 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 DtReflectedObject * | nextObj () const |
| | Get the next remote object.
|
| virtual DtReflectedObject * | prevObj () const |
| | Get the previous remote object.
|
| virtual DtReflectedObject * | wrapNextObj () const |
| | Get the next remote object.
|
| virtual DtReflectedObject * | wrapPrevObj () 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.
|
class DtReflectedGriddedData:
Instances of DtReflectedGriddedData are used to represent a GriddedData Object which has been published remotely.