VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simLocalControlObjectNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
18 #include <vlutil/vlString.h>
19 #include <vlutil/vlList.h>
20 #include <vl/globalObjectDesignator.h>
23 
24 class DtVrfObject;
27 class DtEnvironmentProcessPublisher;
29 
30 class DtSimManager;
31 
40 
42 {
43 protected:
46 
47 public:
48 
51  DtVrfObject* vrfObject,
52  DtReaderWriterRegistry* parentRegistry = 0,
53  bool publishObject = true);
54 
61  DtReaderWriterRegistry * parentRegistry = 0);
62 
66 
69 
72 
74  virtual void updatePublisher();
75 
77  virtual DtString type() const;
78 
79  static DtSimObjectNetInterface* creator(const DtString& name,
80  DtVrfObject* vrfObject,
81  DtReaderWriterRegistry* parentRegistry,
82  bool publishObject);
83 
84 protected:
87  virtual bool updateGeometry(
89 
91  virtual bool updateBoundingGeometry(
93 
95  virtual bool updateObjectState(
97 
98  virtual bool updateEnvModelType(
100 
103  virtual bool updateVrfDataAsSeenByRemote();
104 
105  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) const;
106 
107  virtual DtEnvironmentProcessRepository* _createSR() const;
108 
109  std::vector<char> myPropertyBuffer;
112 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)