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
vrfmodel
rotaryWingLoiterControllerComponent.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
#pragma once
12
13
#include "
vrfmodel/rotaryWingTaskController.h
"
14
15
class
DtString
;
16
class
DtSimManager
;
17
class
DtSimMessage
;
18
19
24
//control of the port group.
27
#include "
vrfmodel/vrfmodelDefines.h
"
28
class
DT_DLL_vrfmodel
DtRotaryWingLoiterControllerComponent
:
public
DtRotaryWingTaskController
29
{
30
public
:
31
34
DtRotaryWingLoiterControllerComponent
(
const
DtString
& name,
35
DtVrfObject
* owner,
36
DtSimManager
* simManager,
37
DtComponentDescriptor
* desc = 0,
38
DtReaderWriterRegistry
* parentRegistry = 0);
39
41
virtual
~
DtRotaryWingLoiterControllerComponent
();
42
45
virtual
void
tick
();
46
49
virtual
const
char
*
type
()
const
;
50
54
static
DtSimComponent
* creator(
const
DtString
& name,
55
DtVrfObject
* owner,
56
DtSimManager
* simManager,
57
DtComponentDescriptor
* desc = 0,
58
DtReaderWriterRegistry
* parentRegistry = 0);
59
60
protected
:
61
64
DtRotaryWingLoiterControllerComponent
();
65
67
DtRotaryWingLoiterControllerComponent
(
68
const
DtRotaryWingLoiterControllerComponent
& orig);
69
71
const
DtRotaryWingLoiterControllerComponent
&
operator=
(
const
72
DtRotaryWingLoiterControllerComponent
& orig);
73
80
virtual
void
pilotProperties();
81
82
};
83
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
)