VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
exampleMetersPerSecondUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #ifndef DtExampleMetersPerSecondUpdater_h
11 #define DtExampleMetersPerSecondUpdater_h
12 
14 
16 
17 #include <matrix/vlVector.h>
18 
19 namespace makVrv
20 {
24  {
25  public:
27 
29 
30  virtual std::string value(double time);
31 
32  protected:
34  };
35 
39  {
40  public:
43 
44  virtual DtGlStudioAttributeUpdater* create() const;
45 
46  protected:
47  };
48 
49 } //makVrv::
50 
51 #endif
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
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.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)