VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRotorWashUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtTickable.h>
13 #include <vrvCore/DtUniqueID.h>
14 
15 #include <boost/signals.hpp>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtModel;
21 
26  // during the manager 'tick' update.
29  {
30  public:
31 
36 
38  virtual ~DtRotorWashUpdater();
39 
44  virtual void update( DtTime tNow ) = 0;
45 
48  virtual DtTime lastUpdateTime() const;
49 
52  virtual void setRotorWashModel( DtModel* rotorWashModel );
53 
55 
56 
57  virtual unsigned int landCheckInterval() const;
58  virtual void setLandCheckInterval( unsigned int frames );
60 
62  inline DtUniqueID uniqueId() const
63  {
64  return myUniqueId;
65  }
66 
67  protected:
68 
71 
74 
77 
80 
81  unsigned int myLandCheckInterval;
82  };
83 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)