VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCockpitSettingsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCockpitSettingsInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
15 
16 #pragma once
17 
19 #include <boost/signals.hpp>
20 
21 namespace makVrv
22 {
26  {
27  public:
29  virtual ~DtCockpitSettingsInterface();
30 
31  virtual void setCockpitsEnabled(bool enabled) =0;
32  virtual void setSmoothingEnabled(bool enabled) = 0;
33  virtual void setSmoothingPeriod(float period) = 0;
34 
35 
36  boost::signal<void (bool)> signal_cockpitsEnabled;
37  boost::signal<void (bool)> signal_smoothingSet;
38  boost::signal<void (float)> signal_smoothingPeriodSet;
39  };
40 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)