VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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;
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 void updateUuid();
78 
80  virtual DtString type() const;
81 
82  static DtSimObjectNetInterface* creator(const DtString& name,
83  DtVrfObject* vrfObject,
84  DtReaderWriterRegistry* parentRegistry,
85  bool publishObject);
86 
87 protected:
90  virtual bool updateGeometry(
92 
94  virtual bool updateBoundingGeometry(
96 
98  virtual bool updateObjectState(
100 
101  virtual bool updateEnvModelType(
103 
106  virtual bool updateVrfDataAsSeenByRemote();
107 
108  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) const;
109 
110  virtual DtEnvironmentProcessRepository* _createSR() const;
111 
112  std::vector<char> myPropertyBuffer;
115 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)