VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfmodel
rotaryWingFollowEntityController.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
14
#include "
vrfmodel/rotaryWingMoveToControllerComponent.h
"
15
#include <vlutil/vlString.h>
16
#include <matrix/vlVector.h>
17
18
class
DtSimManager
;
19
class
DtSimMessage
;
20
30
#include "
vrfmodel/vrfmodelDefines.h
"
31
class
DT_DLL_vrfmodel
DtRotaryWingFollowEntityController
:
public
DtRotaryWingMoveToControllerComponent
32
{
33
34
public
:
35
38
DtRotaryWingFollowEntityController
(
const
DtString
& name,
39
DtVrfObject
* owner,
40
DtSimManager
* simManager,
41
DtComponentDescriptor
* desc = 0,
42
DtReaderWriterRegistry
* parentRegistry = 0);
43
45
virtual
~
DtRotaryWingFollowEntityController
();
46
49
virtual
DtString
type
()
const
;
50
51
55
static
void
followEntityCallback(
DtSimMessage
* msg,
void
* usrData);
56
59
virtual
void
processFollowEntityTask(
DtSimMessage
* msg);
60
62
virtual
const
DtString
& entityToFollow()
const
;
63
virtual
void
setEntityToFollow(
const
DtString
& entity);
64
67
virtual
const
DtVector
& offsetVector()
const
;
68
virtual
void
setOffsetVector(
const
DtVector
& offsets);
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
:
82
DtRotaryWingFollowEntityController
();
83
85
DtRotaryWingFollowEntityController
(
const
DtRotaryWingFollowEntityController
&
86
orig);
87
89
const
DtRotaryWingFollowEntityController
&
operator=
(
const
90
DtRotaryWingFollowEntityController
& orig);
91
93
virtual
void
registerTaskMsgCallbacks
();
94
98
virtual
void
tick
();
99
102
virtual
void
stop
();
103
113
virtual
void
pilotProperties
();
114
115
116
protected
:
117
119
DtVrfObject
*
myEntityPointer
;
120
121
};
122
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)