VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
localEngineeringObjectNetInterface.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 
15 
17 namespace makVrf
18 {
20  DtLocalExtendedPropertiesNetInterface<DtSimLocalControlObjectNetInterface, DtControlObjectRepository>
21  {
22  private:
23 
26 
30 
32  const DtLocalEngineeringObjectNetInterface & operator=(const
34 
35  public:
36 
39  DtStateData * simObject, DtVrlinkNetworkInterface* mgr, bool publishObject = true);
40 
43 
46  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId());
47 
50  virtual DtString type() const;
51 
52  static DtSimObjectNetInterface * creator(
53  DtStateData * simObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
54 
55  };
56 }
Contains the DtExtEntityStateRepository class.
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:336
Extends an existing local net interface class to give it the ability to publish extended properties...
Definition: localExtendedPropertiesNetInterface.h:39
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:48
Definition: localEngineeringObjectNetInterface.h:19

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)