VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrlinkEmitterSystemState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 #include <vrvCore/DtEntityState.h>
15 #include <vrvCore/DtStateView.h>
20 
21 namespace makVrv
22 {
23  class DtMessage;
24 }
25 
26 namespace makVrf
27 {
29  {
30  public:
31 
34 
36  virtual ~DtVrlinkEmitterBeamState();
37 
38  bool operator==(const DtVrlinkEmitterBeamState&) const;
39  bool operator!=(const DtVrlinkEmitterBeamState& rhs) const
40  {
41  return !(*this == rhs);
42  }
43 
50  double myERP;
51  double myFrequency;
53  double myPRF;
54  double myPulseWidth;
55  double mySweepSync;
59  double myBeamWidth;
63  std::string myTrackJamTargets;
64  };
65 
67  {
68  public:
69 
72 
74  virtual ~DtVrlinkEmitterSystemState();
75 
76  bool operator==(const DtVrlinkEmitterSystemState&) const;
77  bool operator!=(const DtVrlinkEmitterSystemState& rhs) const
78  {
79  return !(*this == rhs);
80  }
81 
82  public:
83  std::string myGlobalId;
84  std::string myEntityId;
85  std::string myEntityType;
91 
92  std::vector<DtVrlinkEmitterBeamState> myEmitterBeams;
93  };
94 
98  {
99  public:
100 
103 
105  virtual ~DtVrlinkEmitterSystems();
106 
107  bool operator==(const DtVrlinkEmitterSystems&) const;
108  bool operator!=(const DtVrlinkEmitterSystems& rhs) const
109  {
110  return !(*this == rhs);
111  }
112 
113  public:
114  std::string myGlobalId;
115  std::string myEntityId;
116  std::string myEntityType;
117 
118  typedef std::map<makVrv::DtUniqueID, DtVrlinkEmitterSystemState> EmitterSystems;
120  };
121 
125 
129 
132 
135 
136 
140 
143  {
144  public:
146  makVrv::DtStateViewCollection<DtVrlinkEmitterSystems>(de, makVrv::DtSimEntryUpdater::NoUpdates)
147  {
148  }
149  };
150 }
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAerodromeState &state)
Decode a DtVrlinkSimulatedAerodromeState from a DtMessage.
DtEmitterSystemStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkEmitterSystemState.h:145
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
Contains makVrv::DtStateView class.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
makVrv::DtStateView< DtVrlinkEmitterSystemState > DtVrlinkEmitterSystemStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: vrlinkEmitterSystemState.h:138
makVrv::DtStateView< DtVrlinkEmitterSystems > DtVrlinkEmitterSystemsView
Definition: vrlinkEmitterSystemState.h:139
Contains makVrv::DtVrlinkSimulatedEntityState class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
A DtSimState is the base class for all state objects. Derived instances of DtSimState will be created...
Definition: DtSimState.h:19
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAerodromeState &state)
Encode a DtVrlinkSimulatedAerodromeState into a DtMessage.
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:72
Definition: vrfMakRadarBeamScanData.h:31
Contains additional type to message encoding functions.
Collection of VRF emitter specific state data. Use this state view to get information for emitter dat...
Definition: vrlinkEmitterSystemState.h:142

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)