VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
actCmpnt.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: actCmpnt.h,v $ $Revision: 1.25 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef actCmpnt_H_
16
#define actCmpnt_H_
17
18
#include <vlutil/vlString.h>
19
#include "
vrfobjcore/vrfobjcoreDefines.h
"
20
#include "
vrfobjcore/simCmpnt.h
"
21
22
class
DtSimManager
;
23
class
DtSimBaseRadio
;
24
48
class
DT_DLL_vrfobjcore
DtActuatorComponent
:
public
DtSimComponent
49
{
50
51
protected
:
57
DtActuatorComponent
(
const
DtString
& name,
58
DtVrfObject
* owner,
59
DtSimManager
* simManager,
60
DtComponentDescriptor
* desc = 0,
61
DtReaderWriterRegistry
* parentRegistry = 0);
62
64
DtActuatorComponent
(
const
DtActuatorComponent
& orig);
65
67
const
DtActuatorComponent
&
operator=
(
const
DtActuatorComponent
& orig);
68
69
public
:
71
virtual
~
DtActuatorComponent
();
72
74
virtual
bool
init
();
75
77
virtual
DtSimBaseRadio
* radio();
78
81
virtual
bool
tickWhileDestroyed
()
const
;
82
83
protected
:
84
85
virtual
void
setRadio(
DtSimBaseRadio
* radio);
86
89
DtActuatorComponent
();
90
91
protected
:
92
95
DtSimBaseRadio
*
myRadio
;
96
};
97
98
#endif
99
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
)