VR-Forces 4.5 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
vrfmodel
disaggregatedWaitController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfmodel/waitController.h
"
15
#include "
vrfutil/simClock.h
"
16
17
class
DtString
;
18
class
DtSimManager
;
19
class
DtTaskMessage
;
20
class
DtSimMessage
;
21
class
DtWaitingPSR
;
22
34
#include "
vrfmodel/vrfmodelDefines.h
"
35
class
DT_DLL_vrfmodel
DtDisaggregatedWaitController
:
public
DtWaitController
36
{
37
38
public
:
39
42
DtDisaggregatedWaitController
(
const
DtString
& name,
43
DtVrfObject
* owner,
44
DtSimManager
* simManager,
45
DtComponentDescriptor
* desc = 0,
46
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
virtual
~
DtDisaggregatedWaitController
();
50
53
virtual
const
char
*
type
()
const
;
54
58
static
DtSimComponent
*
creator
(
const
DtString
& name,
59
DtVrfObject
* owner,
60
DtSimManager
* simManager,
61
DtComponentDescriptor
* desc = 0,
62
DtReaderWriterRegistry
* parentRegistry = 0);
63
64
protected
:
67
DtDisaggregatedWaitController
();
68
70
DtDisaggregatedWaitController
(
const
DtDisaggregatedWaitController
& orig);
71
73
const
DtDisaggregatedWaitController
&
operator=
(
const
DtDisaggregatedWaitController
& orig);
74
};
75
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)