VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
vrfAggRemNetIf.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2000 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: vrfAggRemNetIf.h,v $ $Revision: 1.10 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtVrfAggregateRemoteEntityNetInterface_H_
20
#define DtVrfAggregateRemoteEntityNetInterface_H_
21
22
#include "
vrfobjcore/aggRemNetIf.h
"
23
24
25
class
DtSimMessage
;
26
class
DtVrfObject
;
27
class
DtInterfaceMessageExecutive
;
28
class
DtSimManager
;
29
39
#include "
vrfobjcore/vrfobjcoreDefines.h
"
40
class
DT_DLL_vrfobjcore
DtVrfAggregateRemoteEntityNetInterface
:
public
41
DtSimAggregateRemoteEntityNetInterface
42
{
43
protected
:
45
DtVrfAggregateRemoteEntityNetInterface
();
46
47
public
:
48
50
DtVrfAggregateRemoteEntityNetInterface
(
const
DtString
& name,
51
DtVrfObject
* simObject,
52
DtReaderWriterRegistry
* parentRegistry = 0,
53
bool
publishObject =
true
);
54
56
DtVrfAggregateRemoteEntityNetInterface
(
const
57
DtVrfAggregateRemoteEntityNetInterface
& orig,
58
DtReaderWriterRegistry
* parentRegistry = 0);
59
61
const
DtVrfAggregateRemoteEntityNetInterface
&
operator=
(
const
62
DtVrfAggregateRemoteEntityNetInterface
& orig);
63
65
virtual
~
DtVrfAggregateRemoteEntityNetInterface
();
66
67
virtual
DtString
type
()
const
;
68
70
virtual
bool
init
();
71
75
virtual
void
onTick
();
76
82
virtual
void
tick
();
83
86
virtual
void
setMinTickPeriod(
double
minTickPeriod);
87
89
virtual
double
minTickPeriod()
const
;
90
92
virtual
void
setMinTickPeriodVariance(
double
minTickPeriodVariance);
93
95
virtual
double
minTickPeriodVariance()
const
;
96
100
virtual
void
setNextTickTime(
double
nextTickTime);
101
103
virtual
double
nextTickTime()
const
;
104
110
virtual
double
calculateNextTickTime()
const
;
111
112
DtVrfObject
* vrfObject()
const
;
113
114
static
DtSimObjectNetInterface
*
creator
(
115
const
DtString
& name,
DtVrfObject
* simObject,
116
DtReaderWriterRegistry
* parentRegistry,
bool
publishObject);
117
118
protected
:
119
DtInterfaceMessageExecutive
*
myMessageExec
;
120
122
DtSimManager
*
mySimManager
;
123
124
double
myMinTickPeriod
;
125
double
myMinTickPeriodVariance
;
126
double
myNextTickTime
;
127
};
128
129
#endif
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
)