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
simPseudoAggregateLocalEntityNetInterface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: psdLclNetIf.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtSimPseudoAggregateLocalEntityNetInterface_H_
20
#define DtSimPseudoAggregateLocalEntityNetInterface_H_
21
22
#include "
vrfobjcore/simAggregateLocalEntityNetInterface.h
"
23
24
class
DtSubordinateManager
;
25
35
36
#include "
vrfobjcore/vrfobjcoreDefines.h
"
37
class
DT_DLL_vrfobjcore
DtSimPseudoAggregateLocalEntityNetInterface
:
public
38
DtSimAggregateLocalEntityNetInterface
39
{
40
protected
:
42
DtSimPseudoAggregateLocalEntityNetInterface
();
43
44
public
:
45
47
DtSimPseudoAggregateLocalEntityNetInterface
(
const
DtString
& name,
48
DtVrfObject
*
object
,
49
DtReaderWriterRegistry
* parentRegistry = 0,
50
bool
publishObject =
true
);
51
53
DtSimPseudoAggregateLocalEntityNetInterface
(
const
54
DtSimPseudoAggregateLocalEntityNetInterface
& orig,
55
DtReaderWriterRegistry
* parentRegistry = 0);
56
58
const
DtSimPseudoAggregateLocalEntityNetInterface
&
operator=
(
const
59
DtSimPseudoAggregateLocalEntityNetInterface
& orig);
60
62
virtual
~
DtSimPseudoAggregateLocalEntityNetInterface
();
63
67
virtual
void
updatePublisher
();
68
70
virtual
DtSubordinateManager
* subordinates()
const
;
71
74
virtual
bool
isPseudoAggregate
()
const
{
return
true
; }
75
78
virtual
DtString
type
()
const
;
79
83
static
DtSimPseudoAggregateLocalEntityNetInterface
*
84
isPseudoAggregateLocalEntityNetInterface(
const
DtSimObjectNetInterface
*
85
objNetInterface);
86
87
static
DtSimObjectNetInterface
*
creator
(
const
DtString
& name,
88
DtVrfObject
* vrfObject,
89
DtReaderWriterRegistry
* parentRegistry,
90
bool
publishObject);
91
92
protected
:
93
94
};
95
96
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)