VR-Forces 4.6.1 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
fixedWingPatrolRouteController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
15
#include "
vrfmodel/fixedWingMoveAlongController.h
"
16
17
#include <vlutil/vlString.h>
18
#include <matrix/vlVector.h>
19
20
class
DtSimManager
;
21
class
DtSimMessage
;
22
23
24
25
33
#include "
vrfmodel/vrfmodelDefines.h
"
34
class
DT_DLL_vrfmodel
DtFixedWingPatrolRouteController
:
public
35
DtFixedWingMoveAlongController
36
{
37
38
public
:
39
42
DtFixedWingPatrolRouteController
(
const
DtString
& name,
43
DtVrfObject
* owner,
44
DtSimManager
* simManager,
45
DtComponentDescriptor
* desc = 0,
46
DtReaderWriterRegistry
* parentRegistry = 0);
48
virtual
~
DtFixedWingPatrolRouteController
();
49
52
virtual
const
char
*
type
()
const
;
53
54
58
virtual
void
doLanding
();
59
60
virtual
void
doFinishingForFlying
();
61
virtual
void
doFinishingForTaxiing
();
62
64
virtual
void
registerTaskMsgCallbacks
();
65
66
static
void
patrolRouteCallback(
DtSimMessage
* msg,
void
* usr,
DtSimTaskStatePtr
taskStatePtr);
67
68
virtual
DtSimTaskStatePtr
currentTaskState
()
const
;
69
73
static
DtSimComponent
*
creator
(
const
DtString
& name,
74
DtVrfObject
* owner,
75
DtSimManager
* simManager,
76
DtComponentDescriptor
* desc = 0,
77
DtReaderWriterRegistry
* parentRegistry = 0);
78
79
protected
:
80
virtual
void
processPatrolRoute(
const
DtTaskMessage
& msg,
DtSimTaskStatePtr
taskStatePtr);
81
84
DtFixedWingPatrolRouteController
();
85
87
DtFixedWingPatrolRouteController
(
const
DtFixedWingPatrolRouteController
&
88
orig);
89
91
const
DtFixedWingPatrolRouteController
&
operator=
(
const
92
DtFixedWingPatrolRouteController
& orig);
93
};
94
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)