VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rotaryWingJoyDeviceControllerDescriptor.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 
15 #include <readerWriter/rwBoolean.h>
16 #include <readerWriter/rwInt.h>
17 #include <readerWriter/rwReal.h>
18 
23 {
24 public:
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
31 
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
40 
42  parentRegistry = 0) const;
43 
46  virtual DtString type() const;
47 
49  virtual DtReal riseTime()const;
50 
52  virtual DtReal yawConst()const;
53 
55  virtual DtReal pitchConst()const;
56 
58  virtual DtReal rollConst()const;
59 
61  static DtComponentDescriptor * creator();
62 
63 protected:
66 
70 
75 
80 
85 
91 };
DtRwReal myPitchConst
Parameter Name: pitch-control-feedback-constant Parameter Description: Parameter Default Value: 1...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:84
DtRwReal myRollConst
Parameter Name: roll-control-feedback-constant Parameter Description: Parameter Default Value: 2...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:89
virtual DtString type() const
Returns the type of descriptor.
Definition: joyDeviceControllerDescriptor.h:129
DtRotaryWingJoyDeviceControllerDescriptor; descriptor for the DtRotaryWingJoyFlightController compone...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:22
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Definition: joyDeviceControllerDescriptor.h:117
DtRwReal myRiseTime
Parameter Name: controller-rise-time Parameter Description: Parameter Default Value: 1...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:74
static DtComponentDescriptor * creator()
Definition: joyDeviceControllerDescriptor.h:122
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
DtRwReal myYawConst
Parameter Name: yaw-control-feedback-constant Parameter Description: Parameter Default Value: 2...
Definition: rotaryWingJoyDeviceControllerDescriptor.h:79
DtJoyDeviceControllerDescriptorTemplate & operator=(const DtJoyDeviceControllerDescriptorTemplate &orig)
assignment operator
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)