VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioMilesPerHourUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #ifndef DtGlStudioMilesPerHourUpdater_h
11 #define DtGlStudioMilesPerHourUpdater_h
12 
14 
15 #include <matrix/vlVector.h>
16 
17 namespace makVrv
18 {
22  {
23  public:
25 
27 
29  virtual std::string value(double time);
30 
31  protected:
33 
34  };
35 
39  {
40  public:
43 
45  virtual DtGlStudioAttributeUpdater* create() const;
46 
47  protected:
48  };
49 
50 } //makVrv::
51 
52 #endif
Base class for a GLStudio cockpit attribute.
Definition: DtGlStudioAttributeUpdater.h:23
DtVector myVelocity
Definition: DtGlStudioMilesPerHourUpdater.h:32
Creator for registering a GLStudio cockpit updater.
Definition: DtGlStudioAttributeUpdater.h:41
Contains makVrv::DtGlStudioObjectAttributeUpdater class declaration.
Creator for registering miles/hour updater.
Definition: DtGlStudioMilesPerHourUpdater.h:38
A HUD object side updater abstract base class. It has the HUD objects smoother available to compute v...
Definition: DtGlStudioObjectAttributeUpdater.h:26
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:22
Update GLStudio miles per hour attribute.
Definition: DtGlStudioMilesPerHourUpdater.h:21

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)