VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
remoteEngineeringObjectNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
16 
18 namespace makVrf
19 {
21  DtRemoteExtendedPropertiesNetInterface<DtVrfRemoteEnvironmentalNetInterface, DtControlObjectRepository>
22  {
23  private:
24 
27 
30 
32  const DtRemoteEngineeringObjectNetInterface & operator=(const
34 
35  public:
36 
39  DtStateData * simObject, DtVrlinkNetworkInterface*, bool publishObject = true);
40 
42  virtual ~DtRemoteEngineeringObjectNetInterface() override;
43 
45  virtual void initializeNetWithProperties() override;
46 
49  virtual DtString type() const override;
50 
51  static DtSimObjectNetInterface * creator(
52  DtStateData * simObject, DtVrlinkNetworkInterface*, bool publishObject);
53  };
54 }
Definition: remoteEngineeringObjectNetInterface.h:20
Contains the DtExtEntityStateRepository class.
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:398
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
Definition: remoteExtendedPropertiesNetInterface.h:32

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)