VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmodel
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
14
#include "
vrfmodel/turretSlewController.h
"
15
#include "
vrfmodel/joystickControllerInterface.h
"
16
#include "
vrfobjcore/simRadio.h
"
17
18
class
DtString
;
19
class
DtSimManager
;
20
class
DtJoyDeviceControllerDescriptor
;
21
26
#include "
vrfmodel/vrfmodelDefines.h
"
27
class
DT_DLL_vrfmodel
DtGroundJoyTurretController
:
public
DtTurretSlewController
,
public
DtJoystickControllerInterface
28
{
29
public
:
30
32
DtGroundJoyTurretController
(
const
DtString
& name,
DtVrfObject
* owner,
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
:
60
DtGroundJoyTurretController
();
61
63
DtGroundJoyTurretController
&
operator=
(
64
const
DtGroundJoyTurretController
& orig);
65
67
DtGroundJoyTurretController
(
const
DtGroundJoyTurretController
& orig);
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
)