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

Public Member Functions | |
| DtAggregateStateObject (makVrv::DtDe &de, makVrv::DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtAggregateStateObject () |
| DTOR. | |
| void | setState (DtVrlinkSimulatedAggregateState &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 | |
| DtVrlinkSimulatedAggregateState * | myAggregateState |
Protected Attributes inherited from makVrv::DtSimStateObject | |
| DtDe & | myDe |
| Implement in derived DtSimStateObject's. | |
| DtUniqueID | mySimEntryId |
| DtSimState * | myState |
| DtSimEntry * | mySimEntry |
This creates the DtAggregateState and adds it to a DtSimEntry.
Also sets the values of the DtAggregateState when updated from the DtAggregateStateDriver come in.
| makVrf::DtAggregateStateObject::DtAggregateStateObject | ( | makVrv::DtDe & | de, |
| makVrv::DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
| void makVrf::DtAggregateStateObject::setState | ( | DtVrlinkSimulatedAggregateState & | state | ) |
Copy state into myState.
Tell the DtSimEntry that the state has been updated.
|
protected |