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
vrfmodel
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
14
#include "
vrfmodel/vrfmodelDefines.h
"
15
#include "
vrfmodel/fixedWingPilotController.h
"
16
#include "
vrfmodel/joystickControllerInterface.h
"
17
18
class
DtString
;
19
class
DtSimManager
;
20
25
class
DT_DLL_vrfmodel
DtFixedWingJoyFlightController
:
public
DtFixedWingPilotController
,
public
DtJoystickControllerInterface
26
{
27
public
:
28
31
DtFixedWingJoyFlightController
(
const
DtString
& name,
32
DtVrfObject
* owner,
33
DtSimManager
* simManager,
34
DtComponentDescriptor
* desc = 0,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
virtual
~
DtFixedWingJoyFlightController
();
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
56
DtFixedWingJoyFlightController
();
57
59
DtFixedWingJoyFlightController
(
60
const
DtFixedWingJoyFlightController
& orig);
61
63
DtFixedWingJoyFlightController
&
operator=
(
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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)