VR-Forces 5.0.2 Developer's Guide
 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 
16 namespace makVrf
17 {
20  {
21  private:
23 
26  const DtCloudLayerRemoteNetInterface& operator=(
27  const DtCloudLayerRemoteNetInterface& orig);
29  public:
30 
33  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject = true);
34 
37 
40  virtual DtString type() const;
41 
42  static DtSimObjectNetInterface* creator(
43  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
44 
45  protected:
46  virtual void updateLocalObjectState();
47  };
48 }
Definition: cloudLayerRemoteNetInterface.h:18
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:336
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:48
Definition: vrfRemoteEnvironmentalNetInterface.h:21

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)