![]() |
VR-Forces 4.7 Class Documentation
|
This creates the DtEntityState and adds it to a DtSimEntry. More...

Public Member Functions | |
| DtEntityStateObject (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtEntityStateObject () |
| DTOR. | |
| void | setState (DtVrlinkSimulatedEntityState &state) |
| Copy state into myState. | |
Public Member Functions inherited from makVrv::DtSimStateObject | |
| DtSimStateObject (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtSimStateObject () |
| DTOR. Calls removeStateFromSimEntry(). | |
| virtual void | addStateToSimEntry (DtUniqueID id) |
| Add myState to the DtSimEntry. | |
| virtual void | removeStateFromSimEntry () |
| Remove myState to the DtSimEntry. | |
| virtual void | addStateToSimEvent () |
| Adds this state to the one and only event entry in DtSimData. | |
Protected Attributes | |
| DtVrlinkSimulatedEntityState * | myEntityState |
Protected Attributes inherited from makVrv::DtSimStateObject | |
| DtDe & | myDe |
| Implement in derived DtSimStateObject's. | |
| DtUniqueID | mySimEntryId |
| DtSimState * | myState |
| DtSimEntry * | mySimEntry |
This creates the DtEntityState and adds it to a DtSimEntry.
Also sets the values of the DtEntityState when updated from the DtEntityStateDriver come in.
| makVrv::DtEntityStateObject::DtEntityStateObject | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
| void makVrv::DtEntityStateObject::setState | ( | DtVrlinkSimulatedEntityState & | state | ) |
Copy state into myState.
Tell the DtSimEntry that the state has been updated.
|
protected |