VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
fixWngMvToLocCtl.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999-2004 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfmodel/fixWngMvToCtl.h
"
15
16
17
22
#include "
vrfmodel/vrfmodelDefines.h
"
23
class
DT_DLL_vrfmodel
DtFixedWingMoveToLocationController
:
public
DtFixedWingMoveToController
24
{
25
26
public
:
27
30
DtFixedWingMoveToLocationController
(
const
DtString
& name,
31
DtVrfObject
* owner,
32
DtSimManager
* simManager,
33
DtComponentDescriptor
* desc = 0,
34
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
virtual
~
DtFixedWingMoveToLocationController
();
38
41
virtual
DtString
type
()
const
;
42
46
static
void
moveToLocationCallback(
DtSimMessage
* msg,
void
* usr);
47
static
void
flyToLocationCallback(
DtSimMessage
* msg,
void
* usr);
48
51
virtual
void
processMoveToLocationTask(
DtSimMessage
* msg);
52
virtual
void
processFlyToLocationTask(
DtSimMessage
* msg);
53
56
virtual
void
registerTaskMsgCallbacks
();
57
61
static
DtSimComponent
*
creator
(
const
DtString
& name,
62
DtVrfObject
* owner,
63
DtSimManager
* simManager,
64
DtComponentDescriptor
* desc = 0,
65
DtReaderWriterRegistry
* parentRegistry = 0);
66
67
protected
:
69
virtual
bool
setupControlPoint
();
70
71
private
:
72
74
DtFixedWingMoveToLocationController
();
75
77
DtFixedWingMoveToLocationController
(
78
const
DtFixedWingMoveToLocationController
& orig);
79
81
DtFixedWingMoveToLocationController
&
operator=
(
82
const
DtFixedWingMoveToLocationController
& orig);
83
84
protected
:
85
DtVector
myWorldAimingPoint
;
86
DtVector
myLocalAimingPoint
;
87
};
88
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
)