VR-Forces 4.3 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
vrfobjparam
fixedWingFlyIntoControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: fixWingFlyIntoCtlDesc.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtFixedWingFlyIntoControllerDescriptor_H_
16
#define DtFixedWingFlyIntoControllerDescriptor_H_
17
18
#include "
vrfobjparam/fixedWingPilotControllerDescriptor.h
"
19
#include "
vrfutil/rwReal.h
"
20
26
#include "
vrfobjparam/vrfobjparamDefines.h
"
27
class
DT_DLL_vrfobjparam
DtFixedWingFlyIntoControllerDescriptor
:
28
public
DtFixedWingPilotControllerDescriptor
29
{
30
public
:
32
DtFixedWingFlyIntoControllerDescriptor
(
const
DtString
& name,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
DtFixedWingFlyIntoControllerDescriptor
(
const
DtSymbolString& name,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtFixedWingFlyIntoControllerDescriptor
(
39
const
DtFixedWingFlyIntoControllerDescriptor
& orig,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
43
DtFixedWingFlyIntoControllerDescriptor
&
operator=
(
const
44
DtFixedWingFlyIntoControllerDescriptor
& orig);
45
47
virtual
~
DtFixedWingFlyIntoControllerDescriptor
();
48
51
virtual
DtString
type
()
const
;
52
53
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
*
54
parentRegistry = NULL)
const
;
55
58
virtual
double
directFlyElevationAngle()
const
;
59
virtual
void
setDirectFlyElevationAngle(
double
angle);
61
64
virtual
double
directFlyRange()
const
;
65
virtual
void
setDirectFlyRange(
double
range);
67
69
static
DtComponentDescriptor
*
creator
();
70
71
protected
:
73
DtFixedWingFlyIntoControllerDescriptor
();
74
75
protected
:
79
87
DtRwReal
myDirectFlyElevationAngle
;
88
97
DtRwReal
myDirectFlyRange
;
98
100
};
101
102
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)