VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
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
14
#include "
vrfobjparam/joyDeviceControllerDescriptor.h
"
15
#include "
vrfutil/rwBoolean.h
"
16
#include "
vrfutil/rwInt.h
"
17
#include "
vrfutil/rwReal.h
"
18
21
#include "
vrfobjparam/vrfobjparamDefines.h
"
22
class
DT_DLL_vrfobjparam
DtRotaryWingJoyDeviceControllerDescriptor
:
public
DtJoyDeviceControllerDescriptor
23
{
24
public
:
26
DtRotaryWingJoyDeviceControllerDescriptor
(
const
DtString
& name,
27
DtReaderWriterRegistry
* parentRegistry = 0);
28
30
virtual
~
DtRotaryWingJoyDeviceControllerDescriptor
();
31
33
DtRotaryWingJoyDeviceControllerDescriptor
(
34
const
DtRotaryWingJoyDeviceControllerDescriptor
& orig,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtRotaryWingJoyDeviceControllerDescriptor
&
operator=
(
39
const
DtRotaryWingJoyDeviceControllerDescriptor
& orig);
40
41
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
*
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
:
65
DtRotaryWingJoyDeviceControllerDescriptor
();
66
70
74
DtRwReal
myRiseTime
;
75
79
DtRwReal
myYawConst
;
80
84
DtRwReal
myPitchConst
;
85
89
DtRwReal
myRollConst
;
91
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)