10 #ifndef DtExampleMetersPerSecondUpdater_h
11 #define DtExampleMetersPerSecondUpdater_h
17 #include <matrix/vlVector.h>
30 virtual std::string
value(
double time);
Base class for a GLStudio cockpit attribute.
Definition: DtGlStudioAttributeUpdater.h:23
Creator to register the DtExampleMetersPerSecondUpdater.
Definition: exampleMetersPerSecondUpdater.h:38
Creator for registering a GLStudio cockpit updater.
Definition: DtGlStudioAttributeUpdater.h:41
#define DT_DLL_EXAMPLEHUDUPDATERPLUGIN
Definition: exampleHudUpdaterPlugin.h:19
DtVector myVelocity
Definition: exampleMetersPerSecondUpdater.h:33
virtual ~DtExampleMetersPerSecondUpdater()
Contains makVrv::DtGlStudioObjectAttributeUpdater class declaration.
virtual std::string value()
just to make the base class happy since this particular type of updater needs a time to function prop...
Definition: DtGlStudioObjectAttributeUpdater.h:40
A HUD object side updater abstract base class. It has the HUD objects smoother available to compute v...
Definition: DtGlStudioObjectAttributeUpdater.h:26
The example meters per second updater that will be registered by the exampleHudUpdaterPlugin.
Definition: exampleMetersPerSecondUpdater.h:23
Contains DLL export macros.
DtExampleMetersPerSecondUpdater()