VR-Forces 4.2 Class Documentation
DtVrfWindStateRepository.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>
15 #include <vrvUtil/DtVirtualBaseClass.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 {
31  class DT_DLL_VRFGUICORE DtVrfWindStateRepository : public makVrv::DtVirtualBaseClass
32  {
33  public:
35  DtVrfWindStateRepository(makVrv::DtDe&);
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:
65  makVrv::DtDe& myDe;
66 
67  float myWindSpeed;
69  };
70 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)