15 #include <boost/signals.hpp>
44 virtual void update(
DtTime tNow );
48 virtual DtTime lastUpdateTime()
const;
52 virtual void setRotorWashModel(
DtModel* rotorWashModel );
55 virtual unsigned int landCheckInterval()
const;
58 virtual void setLandCheckInterval(
unsigned int frames );
DtModel * myRotorWashModel
A pointer to the current rotorWash model being updated.
Definition: DtRotorWashUpdater.h:73
An abstract base class for objects that require updates.
Definition: DtTickable.h:26
Abstract rotorWash object updater interface.
Definition: DtRotorWashUpdater.h:28
DtUniqueID myUniqueId
This distributed object's unique identifier.
Definition: DtRotorWashUpdater.h:70
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtTime myLastUpdateTime
The last time stamp when the update() was called.
Definition: DtRotorWashUpdater.h:76
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains the declaration for makVrv::DtTickable.
unsigned int myLandCheckInterval
How often to check if over water (default every 60 frames)
Definition: DtRotorWashUpdater.h:79
A model which owns a single model instance.
Definition: DtModel.h:56
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtDe & myDe
The display engine.
Definition: DtRotorWashUpdater.h:67