![]() |
VR-Forces 4.0.4 Class Documentation
|
A HUD object side updater abstract base class. More...

Public Member Functions | |
| DtGlStudioObjectAttributeUpdater () | |
| virtual | ~DtGlStudioObjectAttributeUpdater () |
| virtual void | init (DtSmoother *smoother, DtDe *de) |
| initialize with a HUD object's smoother | |
| virtual std::string | value (double time)=0 |
| returns the updater value as a string for sending to GL Studio | |
| virtual std::string | value () |
| just to make the base class happy since this particular type of updater needs a time to function properly | |
Protected Attributes | |
| DtSmoother * | mySmoother |
| DtDe * | myDe |
A HUD object side updater abstract base class.
It has the HUD objects smoother available to compute values
| virtual makVrv::DtGlStudioObjectAttributeUpdater::~DtGlStudioObjectAttributeUpdater | ( | ) | [virtual] |
| virtual void makVrv::DtGlStudioObjectAttributeUpdater::init | ( | DtSmoother * | smoother, |
| DtDe * | de | ||
| ) | [virtual] |
initialize with a HUD object's smoother
| virtual std::string makVrv::DtGlStudioObjectAttributeUpdater::value | ( | double | time | ) | [pure virtual] |
returns the updater value as a string for sending to GL Studio
Implemented in makVrv::DtGlStudioValueUpdater, makVrv::DtGlStudioAoaUpdater, makVrv::DtGlStudioFeetAglUpdater, makVrv::DtGlStudioFeetMslUpdater, makVrv::DtGlStudioPitchUpdater, makVrv::DtExampleMetersPerSecondUpdater, makVrv::DtGlStudioKnotsPerHourUpdater, makVrv::DtGlStudioRollUpdater, makVrv::DtGlStudioYawUpdater, makVrv::DtGlStudioFeetPerMinuteUpdater, makVrv::DtGlStudioKilometersPerHourUpdater, and makVrv::DtGlStudioMilesPerHourUpdater.
| virtual std::string makVrv::DtGlStudioObjectAttributeUpdater::value | ( | ) | [inline, virtual] |
just to make the base class happy since this particular type of updater needs a time to function properly
Implements makVrv::DtGlStudioAttributeUpdater.
DtSmoother* makVrv::DtGlStudioObjectAttributeUpdater::mySmoother [protected] |
DtDe* makVrv::DtGlStudioObjectAttributeUpdater::myDe [protected] |