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
fixedWingPatrolBetweenController.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/fixedWingMoveToController.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
const
char
*
type
()
const
;
50
51
static
void
patrolBetweenCallback(
DtSimMessage
* msg,
void
* usr,
DtSimTaskStatePtr
taskStatePtr);
52
53
virtual
DtSimTaskStatePtr
currentTaskState
()
const
;
54
55
virtual
const
DtUUID
& firstWaypoint()
const
;
56
virtual
void
setFirstWaypoint(
const
DtUUID
& waypoint);
57
58
virtual
const
DtUUID
& secondWaypoint()
const
;
59
virtual
void
setSecondWaypoint(
const
DtUUID
& 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)