VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simIndividualLocalEntityWithPropertiesNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
18 
21 namespace makVrf
22 {
24  DtLocalExtendedPropertiesNetInterface<DtSimIndividualLocalEntityNetInterface, DtExtEntityStateRepository>
25  {
26  private:
27 
30 
33 
37 
38  public:
39 
42  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject = true);
43 
46 
49  virtual DtString type() const;
50 
51  static DtSimObjectNetInterface* creator(
52  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
53  };
54 }
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:339
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:50
Definition: simIndividualLocalEntityWithPropertiesNetInterface.h:23
Contains the DtExtEntityStateRepository class.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)