VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
actuatorComponent.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 actuatorComponent_H_
16
#define actuatorComponent_H_
17
18
#include <vlutil/vlString.h>
19
#include "
vrfobjcore/vrfobjcoreDefines.h
"
20
#include "
vrfobjcore/simComponent.h
"
21
22
class
DtSimManager
;
23
class
DtSimRadio
;
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
DtSimRadio
* radio();
78
81
virtual
bool
tickWhileDestroyed
()
const
;
82
83
protected
:
84
85
virtual
void
setRadio(
DtSimRadio
* radio);
86
89
DtActuatorComponent
();
90
91
protected
:
92
95
DtSimRadio
*
myRadio
;
96
};
97
98
#endif
99
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)