VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cloudLayerRemoteNetInterface.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 
18 {
19 private:
21 
25  const DtCloudLayerRemoteNetInterface& orig);
27 public:
28 
31  DtVrfObject* vrfObject,
32  DtReaderWriterRegistry* parentRegistry = 0,
33  bool publishObject = true);
34 
37 
40  virtual DtString type() const;
41 
42  static DtSimObjectNetInterface* creator(const DtString& name,
43  DtVrfObject* vrfObject,
44  DtReaderWriterRegistry* parentRegistry,
45  bool publishObject);
46 
47 protected:
48  virtual void updateLocalObjectState(
49  DtVrfObjectStateRepository* localState);
50 };

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)