VR-Forces 4.6 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
groundStopMovingControllerComponent.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/groundAutoControllerComponent.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
const
char
*
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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)