![]() |
VR-Forces 4.1 Class Documentation
|

Public Member Functions | |
| DtVrfBackendStateObject (makVrv::DtDe &de, makVrv::DtUniqueID) | |
| void | setState (DtVrfBackendState &state) |
| Copy state into myState. Tell the DtSimEntry that the state has been updated. | |
| void | setBackend (const DtBackend &b) |
| const DtVrfBackendState & | backend () const |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtSimStateObject | |
| DtDe & | myDe |
| Implement in derived DtSimStateObject's. | |
| DtUniqueID | mySimEntryId |
| DtSimState * | myState |
| DtSimEntry * | mySimEntry |
| makVrf::DtVrfBackendStateObject::DtVrfBackendStateObject | ( | makVrv::DtDe & | de, |
| makVrv::DtUniqueID | |||
| ) |
|
inline |
Copy state into myState. Tell the DtSimEntry that the state has been updated.
|
inline |
References makVrf::DtVrfBackendState::setBackend().
|
inline |