VR-Forces Development_Version 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
fixedWingDefaultControllerDescriptor.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/fixedWingPilotControllerDescriptor.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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)