VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
gndMvToCntlr.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
#include "
vrfmodel/gndAutoCntlr.h
"
14
#include "
vrfmodel/gndMvToDestinationCntlr.h
"
15
#include <matrix/vlVector.h>
16
#include "
vrfobjcore/automotivePSR.h
"
17
18
class
DtString
;
19
class
DtSimManager
;
20
class
DtSimMessage
;
21
22
35
36
#include "
vrfmodel/vrfmodelDefines.h
"
37
class
DT_DLL_vrfmodel
DtGroundMoveToControllerComponent
:
public
DtGroundMoveToDestinationControllerComponent
38
{
39
public
:
40
43
DtGroundMoveToControllerComponent
(
const
DtString
& name,
44
DtVrfObject
* owner,
45
DtSimManager
* simManager,
46
DtComponentDescriptor
* desc = NULL,
47
DtReaderWriterRegistry
* parentRegistry = NULL);
48
50
virtual
~
DtGroundMoveToControllerComponent
();
51
54
virtual
DtString
type
()
const
;
55
59
static
void
moveToCallback(
DtSimMessage
* msg,
void
* usr);
60
virtual
void
processMoveToTask(
DtSimMessage
* msg);
61
66
virtual
void
processDestinationChanged();
67
71
static
DtSimComponent
*
creator
(
const
DtString
& name,
72
DtVrfObject
* owner,
73
DtSimManager
* simManager,
74
DtComponentDescriptor
* desc = 0,
75
DtReaderWriterRegistry
* parentRegistry = 0);
76
78
virtual
void
registerTaskMsgCallbacks
();
79
83
virtual
bool
setupDestination
();
84
85
private
:
88
DtGroundMoveToControllerComponent
();
89
91
DtGroundMoveToControllerComponent
(
const
DtGroundMoveToControllerComponent
&
92
orig);
93
95
const
DtGroundMoveToControllerComponent
&
operator=
(
const
96
DtGroundMoveToControllerComponent
& orig);
97
98
protected
:
101
DtVrfObject
*
myControlPoint
;
102
};
103
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)