VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
fixWngPtlBtwn.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
#include "
vrfmodel/fixWngMvToCtl.h
"
15
16
#include <vlutil/vlString.h>
17
18
class
DtSimManager
;
19
class
DtSimMessage
;
20
21
22
30
#include "
vrfmodel/vrfmodelDefines.h
"
31
class
DT_DLL_vrfmodel
DtFixedWingPatrolBetweenController
:
public
DtFixedWingMoveToController
32
{
33
34
public
:
35
38
DtFixedWingPatrolBetweenController
(
const
DtString
& name,
39
DtVrfObject
* owner,
40
DtSimManager
* simManager,
41
DtComponentDescriptor
* desc = 0,
42
DtReaderWriterRegistry
* parentRegistry = 0);
43
45
virtual
~
DtFixedWingPatrolBetweenController
();
46
49
virtual
DtString
type
()
const
;
50
51
static
void
patrolBetweenCallback(
DtSimMessage
* msg,
void
* usr,
DtSimTaskStatePtr
taskStatePtr);
52
53
virtual
DtSimTaskStatePtr
currentTaskState
()
const
;
54
55
virtual
const
DtString
& firstWaypoint()
const
;
56
virtual
void
setFirstWaypoint(
const
DtString
& waypoint);
57
58
virtual
const
DtString
& secondWaypoint()
const
;
59
virtual
void
setSecondWaypoint(
const
DtString
& waypoint);
60
64
static
DtSimComponent
*
creator
(
const
DtString
& name,
65
DtVrfObject
* owner,
66
DtSimManager
* simManager,
67
DtComponentDescriptor
* desc = 0,
68
DtReaderWriterRegistry
* parentRegistry = 0);
69
71
virtual
void
registerTaskMsgCallbacks
();
72
75
virtual
void
doFinishing
();
76
77
protected
:
78
virtual
void
processPatrolBetween(
const
DtTaskMessage
& msg,
DtSimTaskStatePtr
taskStatePtr);
79
82
DtFixedWingPatrolBetweenController
();
83
85
DtFixedWingPatrolBetweenController
(
const
DtFixedWingPatrolBetweenController
&
86
orig);
87
89
const
DtFixedWingPatrolBetweenController
&
operator=
(
const
90
DtFixedWingPatrolBetweenController
& orig);
91
};
92
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)