VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRadioCommsVisualizationManagerCommunicator.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2022 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 
14 #include <vrvCore/DtUniqueID.h>
15 
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
20  enum class DtModelSetId;
21 
25  {
26  public:
27 
30 
33 
36 
39  virtual void findCommLine( DtModelSetId modelSet, int visualType,
40  DtElementID entity1, DtElementID entity2 );
41 
44  virtual void findCommLine( DtModelSetId modelSet, int visualType,
45  DtElementID entity, const DtVector& fixedLoc );
46 
49  virtual void findCommLine( DtModelSetId modelSet, int visualType,
50  const DtVector& fixedLoc, DtElementID entity );
51 
54  virtual void findCommLine( DtModelSetId modelSet, int visualType,
55  const DtVector& fixedLoc1, const DtVector& fixedLoc2 );
56 
59  virtual void findSquawkIndicator( DtModelSetId modelSet, int visualType,
60  DtElementID entity );
61 
64  virtual void findSquawkIndicator( DtModelSetId modelSet, int visualType,
65  const DtVector& transmitLoc );
66 
68 
71 
75  virtual void setAnimationRate( float rate );
76 
80  virtual void setLifetime( float lifetime );
81 
85  virtual void setColor( float r, float g, float b );
86 
90  void setStipplePattern(unsigned short stipplePattern);
91 
95  virtual void setStippleRepeatFactor(int repeatFactor);
96 
99  virtual void setSenderOffset( const DtVector& offset );
100 
103  virtual void setReceiverOffset( const DtVector& offset );
104 
106 
109 
111  virtual void deleteAllCommLines();
112 
114  virtual void deleteAllSquawkIndicators();
115 
117  virtual void deleteCommLinesByModelSet( DtModelSetId modelSet );
118 
120  virtual void deleteSquawkIndicatorsByModelSet( DtModelSetId modelSet );
121 
123 
124  private:
125 
128 
131 
134 
135  protected:
136 
138 
139  };
140 
141 }
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Distributed object that signals the local De&#39;s DtRadioCommsVisualizationManager.
Definition: DtRadioCommsVisualizationManagerCommunicator.h:24
DtDe & myDe
Definition: DtRadioCommsVisualizationManagerCommunicator.h:137
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
DtModelSetId
Definition: DtModelSetEnums.h:19
voidpf uLong offset
Definition: ioapi.h:42
Contains DLL export macros.

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)