VR-Forces 4.1.1 Class Documentation
indRemNetIf.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: indRemNetIf.h,v $ $Revision: 1.13 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef indRemNetIf_H_
9 #define indRemNetIf_H_
10 
14 
16 
17 #include <vrfExtObjects/extEntSR.h>
18 #include <vl/reflectedEnt.h>
19 
20 #include "vrfobjcore/remEntNetIf.h"
21 #include "vrfobjcore/simObjSR.h"
22 
23 class DtVrfObject;
25 
34 {
35 public:
36 
39  DtVrfObject * simObject,
40  DtReaderWriterRegistry * parentRegistry = 0,
41  bool publishObject = true);
42 
46  DtReaderWriterRegistry * parentRegistry = 0);
47 
51 
54 
57  virtual void updateFromReflectedObject();
58 
61  virtual DtReflectedEntity * reflectedEntity() const;
62 
65  virtual DtExtEntityStateRepository * individualNetworkState() const;
66 
68  virtual bool isPhysicalDataInitialized() const;
69 
70  virtual bool isAggregate() const { return false; }
71 
72  virtual DtArticulatedPartStateRepository* createPart(DtArticulatedPart * artPart);
73 
76  virtual DtString type() const;
77 
82  isIndividualRemoteEntityNetInterface(const DtSimObjectNetInterface* objNetInterface);
83 
85  isIndividualRemoteEntityNetInterface(DtSimObjectNetInterface* objNetInterface);
86 
87  static DtSimObjectNetInterface * creator(const DtString & name,
88  DtVrfObject * simObject,
89  DtReaderWriterRegistry * parentRegistry,
90  bool publishObject);
91 
92 protected:
95 
99  virtual DtArticulatedPartStateRepository* createArtPartStateRepository(
100  DtVrfObject* vrfObject, const DtObjectType& objectType,
101  const DtString& rwName = DtString::nullString());
102 
103 protected:
104 
106 
107 };
108 
109 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)