VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cloudLayerLocalNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include <vlutil/vlString.h>
16 #include <vlutil/vlList.h>
17 #include <vl/globalObjectDesignator.h>
19 
20 class DtVrfObject;
22 class DtSimManager;
24 
29 {
30 protected:
33 
34 public:
35 
38  DtVrfObject* vrfObject,
39  DtReaderWriterRegistry* parentRegistry = 0,
40  bool publishObject = true);
41 
47  const DtCloudLayerLocalNetInterface & orig,
48  DtReaderWriterRegistry * parentRegistry = 0);
49 
53 
56 
57  virtual bool init(const DtEntityIdentifier& id = DtEntityIdentifier::nullId());
58 
60  virtual void updatePublisher();
61 
63  virtual DtString type() const;
64 
65  static DtSimObjectNetInterface* creator(const DtString& name,
66  DtVrfObject* vrfObject,
67  DtReaderWriterRegistry* parentRegistry,
68  bool publishObject);
69 
70  virtual void destroyPublisher();
71 
72 protected:
74  virtual DtEnvironmentProcessRepository* epsr() const;
75 
76  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) const;
77  virtual bool createPublisher(const DtEntityIdentifier& entityId);
78 
79 protected:
81 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)