VR-Forces 4.3.1 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
controllerComponent.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/simComponent.h
"
15
#include <vlutil/vlString.h>
16
17
class
DtSimManager
;
18
class
DtSimRadio
;
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
DtSimRadio
* 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(
DtSimRadio
* radio);
77
80
DtSimRadio
*
myRadio
;
81
};
82
83
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)