VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
groundJoyTurretController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
16 #include "vrfobjcore/simRadio.h"
17 
18 class DtString;
19 class DtSimManager;
21 
28 {
29 public:
30 
33  DtSimManager* simManager, DtComponentDescriptor* desc,
34  DtReaderWriterRegistry * parentRegistry = 0);
35 
37  virtual ~DtGroundJoyTurretController();
38 
41  virtual const char* type() const;
42 
46  static DtSimComponent * creator(const DtString& name,
47  DtVrfObject* owner,
48  DtSimManager* simManager,
49  DtComponentDescriptor* desc = 0,
50  DtReaderWriterRegistry* parentRegistry = 0);
51 
52 protected:
53 
54  virtual void calcAndSetPortValues(const DtString& functionGroup, const DtString& function, double value, bool repeat);
55  virtual void joystickConnected();
56  virtual void joystickDisconnected();
57 
58 private:
61 
64  const DtGroundJoyTurretController& orig);
65 
68 };
69 

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)