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
controllerComponent.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjcore/simComponent.h
"
15
#include "
vrfobjcore/vrfObjectReference.h
"
16
#include <vlutil/vlString.h>
17
18
class
DtSimManager
;
19
class
DtSimRadio
;
20
class
DtSimTask
;
21
28
#include "
vrfobjcore/vrfobjcoreDefines.h
"
29
class
DT_DLL_vrfobjcore
DtControllerComponent
:
public
DtSimComponent
30
{
31
public
:
32
38
DtControllerComponent
(
const
DtString
& name,
39
DtVrfObject
* owner,
40
DtSimManager
* simManager,
41
DtComponentDescriptor
* desc = 0,
42
DtReaderWriterRegistry
* parentRegistry = 0);
43
45
virtual
~
DtControllerComponent
();
46
49
virtual
const
char
*
type
()
const
= 0;
50
52
virtual
bool
init
();
53
55
virtual
DtSimRadio
* radio();
56
60
virtual
void
taskNotify(
const
DtSimTask
&
task
);
61
64
virtual
void
clearTask();
65
66
protected
:
68
DtControllerComponent
();
69
71
DtControllerComponent
(
const
DtControllerComponent
& orig);
72
74
const
DtControllerComponent
&
operator=
(
const
DtControllerComponent
& orig);
75
76
protected
:
77
virtual
void
setRadio(
DtSimRadio
* radio);
78
81
DtSimRadio
*
myRadio
;
82
};
83
84
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
)