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
vrfobjparam
rotaryWingRouteTaskDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rotWingRtTaskDesc.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
15
16
#ifndef rotaryWingRouteTaskDescriptor_H_
17
#define rotaryWingRouteTaskDescriptor_H_
18
19
#include <
readerWriter/rwReal.h
>
20
#include "
vrfobjparam/rotaryWingTaskDescriptor.h
"
21
#include "
vrfobjparam/vrfobjparamDefines.h
"
22
26
class
DT_DLL_vrfobjparam
DtRotaryWingRouteTaskDescriptor
:
public
DtRotaryWingTaskDescriptor
27
{
28
public
:
30
DtRotaryWingRouteTaskDescriptor
(
const
DtString
& name,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
DtRotaryWingRouteTaskDescriptor
(
const
DtRotaryWingRouteTaskDescriptor
&
35
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtRotaryWingRouteTaskDescriptor
&
operator=
(
const
39
DtRotaryWingRouteTaskDescriptor
& orig);
40
42
virtual
~
DtRotaryWingRouteTaskDescriptor
();
43
46
virtual
DtString
type
()
const
;
47
49
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
50
= 0)
const
;
51
52
55
virtual
DtReal routeXGain()
const
;
56
virtual
void
setRouteXGain(
const
DtReal value);
58
61
virtual
DtReal routeYGain()
const
;
62
virtual
void
setRouteYGain(
const
DtReal value);
64
67
virtual
DtReal routeZGain()
const
;
68
virtual
void
setRouteZGain(
const
DtReal value);
70
73
virtual
DtReal routeLookaheadFactor()
const
;
74
virtual
void
setRouteLookaheadFactor(
const
DtReal value);
76
78
static
DtComponentDescriptor
*
creator
();
79
80
private
:
82
DtRotaryWingRouteTaskDescriptor
();
83
84
protected
:
88
92
DtRwReal
myRouteXGain
;
93
97
DtRwReal
myRouteYGain
;
98
102
DtRwReal
myRouteZGain
;
103
109
DtRwReal
myRouteLookaheadFactor
;
110
112
};
113
114
#endif
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
)