VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
humanSetController.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
13
#pragma once
14
#include "
vrfmodel/lclEntSetCtlr.h
"
15
#include "
vrfobjcore/simRadio.h
"
16
17
class
DtSimMessage
;
18
class
DtVrfObject
;
19
20
28
#include "
vrfmodel/vrfmodelDefines.h
"
29
class
DT_DLL_vrfmodel
DtHumanSetController
:
public
DtLocalEntitySetController
30
{
31
32
public
:
33
36
DtHumanSetController
(
const
DtString
& name,
37
DtVrfObject
* owner,
38
DtSimManager
* simManager,
39
DtComponentDescriptor
* desc = 0,
40
DtReaderWriterRegistry
* parentRegistry = 0);
41
43
virtual
~
DtHumanSetController
();
44
47
virtual
DtString
type
()
const
;
48
49
virtual
void
processSetPosture(
DtSimMessage
* msg);
50
virtual
void
processSetWeaponState(
DtSimMessage
* msg);
51
virtual
void
processSetSurrender(
DtSimMessage
* msg);
52
53
static
void
setPostureCallback(
DtSimMessage
* msg,
void
* usrData);
54
static
void
setWeaponStateCallback(
DtSimMessage
* msg,
void
* usrData);
55
static
void
setSurrenderCallback(
DtSimMessage
* msg,
void
* usrData);
56
60
static
DtSimComponent
*
creator
(
const
DtString
& name,
61
DtVrfObject
* owner,
62
DtSimManager
* simManager,
63
DtComponentDescriptor
* desc = 0,
64
DtReaderWriterRegistry
* parentRegistry = 0);
65
66
protected
:
69
DtHumanSetController
();
70
72
DtHumanSetController
(
const
DtHumanSetController
& orig);
73
75
const
DtHumanSetController
&
operator=
(
const
76
DtHumanSetController
& orig);
77
78
protected
:
80
virtual
void
processSetAppearance
(
DtSimMessage
* msg);
81
82
protected
:
84
virtual
void
setRadio
(
DtSimRadio
* radio);
85
};
86
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
)