VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
activeSonarRemoteNetInterface.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 DtReflectedActiveSonar;
12 class DtActiveSonarBeamRepository;
13 
14 namespace makVrf
15 {
16  class DtActiveSonarStateComponent;
17  struct DtActiveSonarBeamStateData;
18 
25  {
26  private:
29 
32 
35  orig);
36 
37  public:
38 
44  bool publishObject = true);
45 
47  virtual ~DtActiveSonarRemoteNetInterface() override;
48 
51  virtual DtString type() const override;
52 
53  static DtSimObjectNetInterface * creator(
54  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
55 
57  virtual void init(DtFrameStateInterface*, DtReflectedObject*) override;
58 
59  protected:
60  virtual void updateComponent() override;
61  virtual void updateBeam(const DtActiveSonarBeamRepository*, DtActiveSonarBeamStateData*);
62 
63  protected:
65  DtReflectedActiveSonar* myActiveSonar;
66  };
67 }
The DtActiveSonarStateComponentList is a collection of emitter systems and the beams they represent...
Definition: activeSonarStateComponent.h:17
Class Description: DtActiveSonarRemoteNetInterface.
Definition: activeSonarRemoteNetInterface.h:24
Definition: remoteStateComponentNetInterface.h:23
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:398
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
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: activeSonarStateComponent.h:286
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
DtReflectedActiveSonar * myActiveSonar
Definition: activeSonarRemoteNetInterface.h:65
DtActiveSonarStateComponent * myActiveSonarComponent
Definition: activeSonarRemoteNetInterface.h:64
This is a simple base class that will be used to return a pointer to current or next frame state...
Definition: stateComponent.h:294

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)