VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
rotWngLoitCtl.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/rotWingTaskCtl.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
DtString
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)