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

Public Member Functions | |
| DtCloudLayerProcessObject (makVrv::DtDe &de, makVrv::DtUniqueID id) | |
| virtual | ~DtCloudLayerProcessObject () |
| void | setState (DtVrlinkSimulatedCloudLayerState &state) |
Public Member Functions inherited from makVrv::DtSimStateObject | |
| DtSimStateObject (DtDe &de, DtUniqueID id) | |
| virtual | ~DtSimStateObject () |
| virtual void | addStateToSimEntry (DtUniqueID id) |
| virtual void | removeStateFromSimEntry () |
| virtual void | addStateToSimEvent () |
Protected Attributes | |
| DtVrlinkSimulatedCloudLayerState * | myCloudLayerState |
Protected Attributes inherited from makVrv::DtSimStateObject | |
| DtDe & | myDe |
| DtUniqueID | mySimEntryId |
| DtSimState * | myState |
| DtSimEntry * | mySimEntry |
| makVrf::DtCloudLayerProcessObject::DtCloudLayerProcessObject | ( | makVrv::DtDe & | de, |
| makVrv::DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
| void makVrf::DtCloudLayerProcessObject::setState | ( | DtVrlinkSimulatedCloudLayerState & | state | ) |
Copy state into myState. Tell the DtSimEntry that the state has been updated.
|
protected |