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

Public Member Functions | |
| DtVrfObjectDataStateObject (makVrv::DtDe &de, makVrv::DtUniqueID id) | |
| CTOR. More... | |
| virtual | ~DtVrfObjectDataStateObject () |
| DTOR. More... | |
| void | setState (DtVrfNetworkUpdateObjectDataState &state) |
| Copy state into myState. More... | |
Public Member Functions inherited from makVrv::DtSimStateObject | |
| DtSimStateObject (DtDe &de, DtUniqueID id) | |
| CTOR. More... | |
| virtual | ~DtSimStateObject () |
| DTOR. Calls removeStateFromSimEntry(). More... | |
| virtual void | addStateToSimEntry (DtUniqueID id) |
| Add myState to the DtSimEntry. More... | |
| virtual void | removeStateFromSimEntry () |
| Remove myState to the DtSimEntry. More... | |
| virtual void | addStateToSimEvent () |
| Adds this state to the one and only event entry in DtSimData. More... | |
Protected Attributes | |
| DtVrfObjectDataState * | myDataState |
Protected Attributes inherited from makVrv::DtSimStateObject | |
| DtDe & | myDe |
| Implement in derived DtSimStateObject's. More... | |
| 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.
| makVrf::DtVrfObjectDataStateObject::DtVrfObjectDataStateObject | ( | makVrv::DtDe & | de, |
| makVrv::DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
| void makVrf::DtVrfObjectDataStateObject::setState | ( | DtVrfNetworkUpdateObjectDataState & | state | ) |
Copy state into myState.
Tell the DtSimEntry that the state has been updated.
|
protected |