VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfWindStateRepository.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrfGuiCore/vrfGuiCore.h>
13 
14 #include <vrvCore/DtDe.h>
16 
17 
18 #include <boost/bind.hpp>
19 #include <boost/function.hpp>
20 #include <boost/signal.hpp>
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtEnvironmentSettingsManager;
26 }
27 
28 
29 namespace makVrf
30 {
32  {
33  public:
37  virtual ~DtVrfWindStateRepository();
38 
40  static DtVrfWindStateRepository& instance(makVrv::DtDe& de);
41 
43 
44  virtual float windSpeed();
45 
47 
48  virtual float windDirection();
49 
50  protected:
51 
53 
54  virtual void slot_WindSpeedChanged( float );
55 
57 
58  virtual void slot_WindDirectionChanged( float );
59 
61 
62  virtual void initialize();
63 
64  protected:
66 
67  float myWindSpeed;
69  };
70 }

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)