VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioKnotsPerHourUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 
11 #ifndef DtGlStudioKnotsPerHourUpdater_h
12 #define DtGlStudioKnotsPerHourUpdater_h
13 
15 
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
23  {
24  public:
26 
28 
30  virtual std::string value(double time);
31 
32  protected:
34 
35  };
36 
40  {
41  public:
44 
46  virtual DtGlStudioAttributeUpdater* create() const;
47 
48  protected:
49  };
50 
51 } //makVrv::
52 
53 #endif
Base class for a GLStudio cockpit attribute.
Definition: DtGlStudioAttributeUpdater.h:23
Creator for registering a GLStudio cockpit updater.
Definition: DtGlStudioAttributeUpdater.h:41
Contains makVrv::DtGlStudioObjectAttributeUpdater class declaration.
Creator for registering knots per hour updater.
Definition: DtGlStudioKnotsPerHourUpdater.h:39
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 knots per hour attribute.
Definition: DtGlStudioKnotsPerHourUpdater.h:22
DtVector myVelocity
Definition: DtGlStudioKnotsPerHourUpdater.h:33

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)