![]() |
VR-Forces 5.0.1 Developer's Guide
|
This creates the DtAggregateState and adds it to a DtSimEntry. Also sets the values of the DtAggregateState when updated from the DtAggregateStateDriver come in.

Public Member Functions | |
| DtAggregateStateObject (makVrv::DtDe &de, makVrv::DtUniqueID id) | |
| virtual | ~DtAggregateStateObject () |
| void | setState (DtVrlinkSimulatedAggregateState &state) |
| void | addStateToSimEntry (makVrv::DtUniqueID id) override |
Public Member Functions inherited from makVrv::DtSimStateObject | |
| DtSimStateObject (DtDe &de, DtUniqueID id) | |
| virtual | ~DtSimStateObject () |
| virtual void | removeStateFromSimEntry () |
| virtual void | addStateToSimEvent () |
Protected Attributes | |
| DtVrlinkSimulatedAggregateState * | myAggregateState |
| bool | myComplete |
Protected Attributes inherited from makVrv::DtSimStateObject | |
| DtDe & | myDe |
| DtUniqueID | mySimEntryId |
| DtSimState * | myState |
| DtSimEntry * | mySimEntry |
| 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.
|
overridevirtual |
Add myState to the DtSimEntry.
Reimplemented from makVrv::DtSimStateObject.
|
protected |
|
protected |