VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
fixWngActDesc.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/actCompDesc.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
68
virtual
void
setDragCoefficient(
double
dc);
69
virtual
double
dragCoefficient()
const
;
70
72
static
DtComponentDescriptor
*
creator
();
73
74
protected
:
76
DtFixedWingActuatorDescriptor
();
77
78
protected
:
79
83
89
DtRwReal
myMaxThrustAcceleration
;
90
100
DtRwBoolean
myCheckTerrain
;
101
106
DtRwReal
myDragCoefficient
;
107
109
};
110
111
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)