VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fixedWingJoyFlightController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
17 
18 class DtString;
19 class DtSimManager;
20 
26 {
27 public:
28 
32  DtVrfObject* owner,
33  DtSimManager* simManager,
34  DtComponentDescriptor* desc = 0,
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
39 
42  virtual const char* type() const;
43 
47  static DtSimComponent * creator(const DtString& name,
48  DtVrfObject* owner,
49  DtSimManager* simManager,
50  DtComponentDescriptor* desc = 0,
51  DtReaderWriterRegistry* parentRegistry = 0);
52 
53 private:
54 
57 
60  const DtFixedWingJoyFlightController& orig);
61 
64  const DtFixedWingJoyFlightController& orig);
65 
66 protected:
67  virtual void calcAndSetPortValues(const DtString& functionGroup, const DtString& function, double value, bool repeat);
68  virtual void joystickConnected();
69  virtual void joystickDisconnected();
70 };
71 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)