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 
43 
45  virtual void initializeNetWithProperties();
46 
49  virtual DtString type() const;
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:339
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
Definition: remoteExtendedPropertiesNetInterface.h:32

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)