VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
fixedWingFlightCommandController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfmodel/fixWngPltCtl.h
"
12
#include "
vrfmodel/vrfmodelDefines.h
"
13
14
class
DtString
;
15
class
DtSimManager
;
16
class
DtConstrainedAnalogPort;
17
class
boolPort;
18
class
DtSimMessage
;
19
35
class
DT_DLL_vrfmodel
DtFixedWingFlightCommandController
:
public
DtFixedWingPilotController
36
{
37
38
public
:
39
42
DtFixedWingFlightCommandController
(
const
DtString
& name,
43
DtVrfObject
* owner,
44
DtSimManager
* simManager,
45
DtComponentDescriptor
* desc = 0,
46
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
virtual
~
DtFixedWingFlightCommandController
();
50
51
virtual
bool
init
();
52
53
virtual
bool
beginProcessingTask
(
const
DtTaskMessage
&
task
,
54
DtSimTaskStatePtr
taskState);
55
56
virtual
void
tick
();
57
60
virtual
DtString
type
()
const
;
61
64
virtual
bool
showCurrentTaskInGui
()
const
;
65
68
69
static
void
taskNotifyCallback(
const
DtSimTask
& task,
const
DtSimComponent
¬ifier,
void
* usr);
70
virtual
void
processTaskNotify(
const
DtSimTask
& task,
const
DtSimComponent
¬ifier);
72
76
static
DtSimComponent
*
creator
(
const
DtString
& name,
77
DtVrfObject
* owner,
78
DtSimManager
* simManager,
79
DtComponentDescriptor
* desc = 0,
80
DtReaderWriterRegistry
* parentRegistry = 0);
81
82
protected
:
83
virtual
void
clearTask
();
84
85
private
:
86
88
DtFixedWingFlightCommandController
();
89
91
DtFixedWingFlightCommandController
(
92
const
DtFixedWingFlightCommandController
& orig);
93
95
DtFixedWingFlightCommandController
&
operator=
(
96
const
DtFixedWingFlightCommandController
& orig);
97
98
protected
:
99
};
100
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
)