VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
gndStopMovingCntlr.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
#pragma once
12
13
#include "
vrfmodel/gndAutoCntlr.h
"
14
#include <matrix/vlVector.h>
15
16
class
DtString
;
17
class
DtSimManager
;
18
class
DtSimMessage
;
19
20
21
30
#include "
vrfmodel/vrfmodelDefines.h
"
31
class
DT_DLL_vrfmodel
DtGroundStopMovingControllerComponent
:
public
DtGroundAutoControllerComponent
32
{
33
public
:
34
37
DtGroundStopMovingControllerComponent
(
const
DtString
& name,
38
DtVrfObject
* owner,
39
DtSimManager
* simManager,
40
DtComponentDescriptor
* desc = 0,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
virtual
~
DtGroundStopMovingControllerComponent
();
45
47
virtual
void
tick
();
48
51
virtual
DtString
type
()
const
;
52
56
static
DtSimComponent
* creator(
const
DtString
& name,
57
DtVrfObject
* owner,
58
DtSimManager
* simManager,
59
DtComponentDescriptor
* desc = 0,
60
DtReaderWriterRegistry
* parentRegistry = 0);
61
63
virtual
void
registerTaskMsgCallbacks
();
64
65
protected
:
68
DtGroundStopMovingControllerComponent
();
69
71
DtGroundStopMovingControllerComponent
(
const
DtGroundStopMovingControllerComponent
&
72
orig);
73
75
const
DtGroundStopMovingControllerComponent
&
operator=
(
const
76
DtGroundStopMovingControllerComponent
& orig);
77
78
protected
:
79
80
81
};
82
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
)