VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
ctlrCompList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ctlrCompList.h,v $ $Revision: 1.10 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtControllerComponentList_H_
20
#define DtControllerComponentList_H_
21
22
#include <vlutil/vlString.h>
23
#include "
vrfobjcore/cmpntList.h
"
24
25
class
DtSimComponent
;
26
class
DtSimTask
;
27
class
DtReaderWriterRegistry
;
28
35
36
37
#include "
vrfobjcore/vrfobjcoreDefines.h
"
38
class
DT_DLL_vrfobjcore
DtControllerComponentList
:
public
DtSimComponentList
39
{
40
public
:
42
DtControllerComponentList
();
43
45
DtControllerComponentList
(
const
DtString
& name,
46
DtReaderWriterRegistry
*
const
parentRegistry = 0);
47
48
protected
:
50
DtControllerComponentList
(
const
DtControllerComponentList
& orig);
51
53
const
DtControllerComponentList
&
operator=
(
const
DtControllerComponentList
&
54
orig);
55
56
public
:
58
virtual
~
DtControllerComponentList
();
59
60
virtual
void
taskNotify(
const
DtSimTask
&
task
,
const
DtSimComponent
&
61
notifier);
62
63
virtual
void
clearTask();
64
};
65
66
#endif
67
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
)