VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simIndividualRemoteEntityNetInterface.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 simIndividualRemoteEntityNetInterface_H_
9 #define simIndividualRemoteEntityNetInterface_H_
10 
14 
16 
17 #include <vrfExtObjects/extEntityStateRepository.h>
18 #include <vl/reflectedEntity.h>
19 
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)