VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
cntrlCmpnt.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
#pragma once
13
14
#include "
vrfobjcore/simCmpnt.h
"
15
#include <vlutil/vlString.h>
16
17
class
DtSimManager
;
18
class
DtSimBaseRadio
;
19
class
DtSimTask
;
20
27
#include "
vrfobjcore/vrfobjcoreDefines.h
"
28
class
DT_DLL_vrfobjcore
DtControllerComponent
:
public
DtSimComponent
29
{
30
public
:
31
37
DtControllerComponent
(
const
DtString
& name,
38
DtVrfObject
* owner,
39
DtSimManager
* simManager,
40
DtComponentDescriptor
* desc = 0,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
virtual
~
DtControllerComponent
();
45
48
virtual
DtString
type
()
const
;
49
51
virtual
bool
init
();
52
54
virtual
DtSimBaseRadio
* radio();
55
59
virtual
void
taskNotify(
const
DtSimTask
&
task
);
60
63
virtual
void
clearTask();
64
65
protected
:
67
DtControllerComponent
();
68
70
DtControllerComponent
(
const
DtControllerComponent
& orig);
71
73
const
DtControllerComponent
&
operator=
(
const
DtControllerComponent
& orig);
74
75
protected
:
76
virtual
void
setRadio(
DtSimBaseRadio
* radio);
77
80
DtSimBaseRadio
*
myRadio
;
81
};
82
83
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)