VR-Forces 4.6.1 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
vrfobjparam
fixedWingActuatorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: fixWngActDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtFixedWingActuatorDescriptor_H_
16
#define DtFixedWingActuatorDescriptor_H_
17
18
19
#include "
vrfobjparam/actuatorComponentDescriptor.h
"
20
#include "
vrfutil/rwReal.h
"
21
#include "
vrfutil/rwBoolean.h
"
22
27
#include "
vrfobjparam/vrfobjparamDefines.h
"
28
class
DT_DLL_vrfobjparam
DtFixedWingActuatorDescriptor
:
public
DtActuatorComponentDescriptor
29
{
30
public
:
32
DtFixedWingActuatorDescriptor
(
const
DtString
& name,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
DtFixedWingActuatorDescriptor
(
const
DtSymbolString
& name,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtFixedWingActuatorDescriptor
(
const
DtFixedWingActuatorDescriptor
& orig,
39
DtReaderWriterRegistry
* parentRegistry = NULL);
40
42
DtFixedWingActuatorDescriptor
&
operator=
(
43
const
DtFixedWingActuatorDescriptor
& orig);
44
45
virtual
~
DtFixedWingActuatorDescriptor
();
46
49
virtual
DtString
type
()
const
;
50
51
virtual
DtComponentDescriptor
*
clone
(
52
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
53
56
virtual
DtReal maxThrustAcceleration()
const
;
57
virtual
void
setMaxThrustAcceleration(DtReal maxThrustAcceleration);
59
62
virtual
bool
checkTerrain()
const
;
63
virtual
void
setCheckTerrain(
bool
checkTerrain);
65
69
virtual
void
setDragCoefficient(
double
dc);
70
virtual
double
dragCoefficient()
const
;
72
75
virtual
bool
forceUpdates()
const
;
76
virtual
void
setForceUpdates(
bool
force);
78
80
static
DtComponentDescriptor
*
creator
();
81
82
protected
:
84
DtFixedWingActuatorDescriptor
();
85
86
protected
:
87
91
97
DtRwReal
myMaxThrustAcceleration
;
98
108
DtRwBoolean
myCheckTerrain
;
109
114
DtRwReal
myDragCoefficient
;
115
121
DtRwBoolean
myForceUpdates
;
122
124
};
125
126
#endif
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)