VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
23 
25 
35 
39 {
40 protected:
43 
44 public:
45 
48  DtVrfObject* object,
49  DtReaderWriterRegistry* parentRegistry = 0,
50  bool publishObject = true);
51 
55  DtReaderWriterRegistry * parentRegistry = 0);
56 
60 
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 
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)