VR-Forces 4.6.1 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
groundMoveToControllerComponent.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/groundAutoControllerComponent.h
"
14
#include "
vrfmodel/groundMoveToDestinationControllerComponent.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
const
char
*
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
virtual
void
updateNavBotDestination
();
86
87
private
:
90
DtGroundMoveToControllerComponent
();
91
93
DtGroundMoveToControllerComponent
(
const
DtGroundMoveToControllerComponent
&
94
orig);
95
97
const
DtGroundMoveToControllerComponent
&
operator=
(
const
98
DtGroundMoveToControllerComponent
& orig);
99
100
protected
:
103
DtVrfObject
*
myControlPoint
;
104
};
105
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)