VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfIndividualRemoteEntityWithPropertiesNetInterface.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 
14 
18 
19 namespace makVrf
20 {
24  DtRemoteExtendedPropertiesNetInterface<DtVrfIndividualRemoteEntityNetInterface, DtExtEntityStateRepository>
25  {
26  private:
27 
30 
34 
38 
39  public:
40 
43  DtStateData * simObject, DtVrlinkNetworkInterface* mgr, bool publishObject = true);
44 
47 
49  virtual void initializeNetWithProperties();
50 
51  virtual DtString type() const;
52 
53  static DtSimObjectNetInterface* creator(
54  DtStateData * simObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
55  };
56 }
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
Extends an existing remote net interface class to give it the ability to receive extended properties...
Definition: vrfIndividualRemoteEntityWithPropertiesNetInterface.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)