VR-Forces Development_Version 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) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
11 
12 #pragma once
13 
15 #include <vl/reflectedEntity.h>
16 
19 
20 class DtVrfObject;
22 
31 {
32 public:
33 
36  DtVrfObject * simObject,
37  DtReaderWriterRegistry * parentRegistry = 0,
38  bool publishObject = true);
39 
43  DtReaderWriterRegistry * parentRegistry = 0);
44 
48 
51 
54  virtual void updateFromReflectedObject();
55 
58  virtual DtReflectedEntity * reflectedEntity() const;
59 
62  virtual DtExtEntityStateRepository * individualNetworkState() const;
63 
65  virtual bool isPhysicalDataInitialized() const;
66 
67  virtual bool isAggregate() const { return false; }
68 
69  virtual DtArticulatedPartStateRepository* createPart(DtArticulatedPart * artPart);
70 
73  virtual DtString type() const;
74 
79  isIndividualRemoteEntityNetInterface(const DtSimObjectNetInterface* objNetInterface);
80 
82  isIndividualRemoteEntityNetInterface(DtSimObjectNetInterface* objNetInterface);
83 
84  static DtSimObjectNetInterface * creator(const DtString & name,
85  DtVrfObject * simObject,
86  DtReaderWriterRegistry * parentRegistry,
87  bool publishObject);
88 
90  virtual void updateUUIDIfNeeded();
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 };

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)