VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
fixWngDefDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: fixWngDefDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtFixedWingDefaultControllerDescriptor_H_
16
#define DtFixedWingDefaultControllerDescriptor_H_
17
18
#include "
vrfobjparam/fixWngPltDesc.h
"
19
#include "
vrfutil/rwReal.h
"
20
#include "
vrfutil/rwBoolean.h
"
21
25
#include "
vrfobjparam/vrfobjparamDefines.h
"
26
class
DT_DLL_vrfobjparam
DtFixedWingDefaultControllerDescriptor
:
public
27
DtFixedWingPilotControllerDescriptor
28
{
29
public
:
31
DtFixedWingDefaultControllerDescriptor
(
const
DtString
& name,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtFixedWingDefaultControllerDescriptor
(
36
const
DtFixedWingDefaultControllerDescriptor
& orig,
37
DtReaderWriterRegistry
* parentRegistry = 0);
38
40
DtFixedWingDefaultControllerDescriptor
&
operator=
(
const
41
DtFixedWingDefaultControllerDescriptor
& orig);
42
44
virtual
~
DtFixedWingDefaultControllerDescriptor
();
45
48
virtual
DtString
type
()
const
;
49
50
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
51
= 0)
const
;
52
55
virtual
bool
clockwise()
const
;
56
virtual
void
setClockwise(
bool
clockwise);
58
61
virtual
DtReal radius()
const
;
62
virtual
void
setRadius(DtReal radius);
64
66
static
DtComponentDescriptor
*
creator
();
67
68
protected
:
70
DtFixedWingDefaultControllerDescriptor
();
71
72
protected
:
73
77
80
//circling behavior.\n
83
DtRwReal
myRadius
;
84
89
DtRwBoolean
myClockwise
;
90
92
};
93
94
#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
)