VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
iffRemoteNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 class DtReflectedIff;
12 
13 namespace makVrf
14 {
15  class DtIffStateComponent;
16 
22 
24  {
25  private:
28 
31 
33  const DtIffRemoteNetInterface & operator=(const DtSimObjectNetInterface &
34  orig);
35 
36  public:
37 
43  bool publishObject = true);
44 
46  virtual ~DtIffRemoteNetInterface();
47 
50  virtual DtString type() const;
51 
52  static DtSimObjectNetInterface * creator(
53  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
54 
57 
58  protected:
59  virtual void updateComponent();
60 
61  protected:
63  DtReflectedIff* myIff;
64  };
65 }
Definition: remoteStateComponentNetInterface.h:23
Class Description: DtIffRemoteNetInterface.
Definition: iffRemoteNetInterface.h:23
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
DtReflectedIff * myIff
Definition: iffRemoteNetInterface.h:63
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: iffStateComponent.h:428
DtIffStateComponent * myIffComponent
Definition: iffRemoteNetInterface.h:62
This is a simple base class that will be used to return a pointer to current or next frame state...
Definition: stateComponent.h:282

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)