VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
humanStopMovingController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfobjcore/singleTaskControllerComponent.h
"
14
#include "
vrfmodel/vrfmodelDefines.h
"
15
16
class
DtSimMessage
;
17
class
DtHumanMovementControlOutputPortGroup
;
18
24
class
DT_DLL_vrfmodel
DtHumanStopMovingController
:
public
DtSingleTaskControllerComponent
25
{
26
private
:
28
DtHumanStopMovingController
();
30
DtHumanStopMovingController
(
const
DtHumanStopMovingController
& orig);
32
DtHumanStopMovingController
&
operator=
(
const
DtHumanStopMovingController
& orig);
33
public
:
35
DtHumanStopMovingController
(
const
DtString
& name,
DtVrfObject
* owner,
DtSimManager
* simManager,
DtComponentDescriptor
* desc=0,
DtReaderWriterRegistry
*parentRegistry=0);
36
38
virtual
~
DtHumanStopMovingController
();
39
41
virtual
bool
init
();
42
44
virtual
DtString
type
()
const
;
45
47
virtual
void
tick
();
48
52
static
void
stopMovingCallback(
DtSimMessage
* msg,
void
* usr);
53
virtual
void
processStopMovingTask(
DtSimMessage
* msg);
54
56
virtual
void
registerTaskMsgCallbacks
();
57
59
static
DtSimComponent
* creator(
const
DtString
& name,
DtVrfObject
* owner,
DtSimManager
* simManager,
DtComponentDescriptor
* desc=0,
DtReaderWriterRegistry
* parentRegistry=0);
60
62
virtual
bool
createPortGroups
();
63
65
virtual
void
clearTask
();
66
67
protected
:
68
70
71
73
DtHumanMovementControlOutputPortGroup
*
myHumanMovementControlOutputPortGroup
;
75
};
76
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
)