VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfAggregateRemoteEntityWithPropertiesNetInterface.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<DtVrfAggregateRemoteEntityNetInterface, DtExtAggregateStateRepository>
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:336
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:48
Extends an existing remote net interface class to give it the ability to receive extended properties...
Definition: vrfAggregateRemoteEntityWithPropertiesNetInterface.h:23
Definition: remoteExtendedPropertiesNetInterface.h:32

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)