VR-Forces 4.1.1 Class Documentation
turretJoystickDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: turretJoystickDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtTurretJoyDeviceControllerDescriptor_H_
16 #define DtTurretJoyDeviceControllerDescriptor_H_
17 
18 #include "vrfobjparam/compDesc.h"
19 #include "vrfutil/rwBoolean.h"
20 #include "vrfutil/rwInt.h"
21 
26 {
27 public:
30  DtReaderWriterRegistry* parentRegistry = NULL);
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36 
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
45 
47  parentRegistry = NULL) const;
48 
51  virtual DtString type() const;
52 
53 
56  virtual int slewAxis() const;
57  virtual void setSlewAxis(int axis);
59 
60 
63  virtual bool invertSlewAxis() const;
64  virtual void setInvertSlewAxis(bool invert);
66 
68  static DtComponentDescriptor * creator();
69 
70 protected:
72  virtual void setDefaults();
73 
75  virtual void copyValues(const DtTurretJoyDeviceControllerDescriptor& orig);
76 
77 protected:
80 
81 protected:
82 
86 
91 
96 
98 
100  static const char theSlewAxisName[];
101  static const char theInvertSlewAxisName[];
102 };
103 
104 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)