VR-Forces 4.8 Class Documentation
 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>
19 
20 namespace makVrv
21 {
22  class DtMessage;
23 }
24 
25 namespace makVrf
26 {
28  {
29  public:
30 
33 
35  virtual ~DtVrlinkEmitterBeamState();
36 
37  bool operator==(const DtVrlinkEmitterBeamState&) const;
38  bool operator!=(const DtVrlinkEmitterBeamState& rhs) const
39  {
40  return !(*this == rhs);
41  }
42 
43  std::string myBeamFunction;
45  std::string myEventId;
50  double myERP;
51  double myFrequency;
53  double myPRF;
54  double myPulseWidth;
55  double mySweepSync;
59  std::string myTrackJamTargets;
60  };
61 
63  {
64  public:
65 
68 
70  virtual ~DtVrlinkEmitterSystemState();
71 
72  bool operator==(const DtVrlinkEmitterSystemState&) const;
73  bool operator!=(const DtVrlinkEmitterSystemState& rhs) const
74  {
75  return !(*this == rhs);
76  }
77 
78  public:
79  std::string myGlobalId;
80  std::string myEntityId;
81  std::string myEntityType;
82  std::string myEmitterName;
86  std::string myEmissionType;
87  std::string myEventId;
89 
90  std::vector<DtVrlinkEmitterBeamState> myEmitterBeams;
91  };
92 
96  {
97  public:
98 
101 
103  virtual ~DtVrlinkEmitterSystems();
104 
105  bool operator==(const DtVrlinkEmitterSystems&) const;
106  bool operator!=(const DtVrlinkEmitterSystems& rhs) const
107  {
108  return !(*this == rhs);
109  }
110 
111  public:
112  std::string myGlobalId;
113  std::string myEntityId;
114  std::string myEntityType;
115 
116  typedef std::map<makVrv::DtUniqueID, DtVrlinkEmitterSystemState> EmitterSystems;
118  };
119 
123 
127 
130 
131 
135 
138  {
139  public:
141  makVrv::DtStateViewCollection<DtVrlinkEmitterSystems>(de, makVrv::DtSimEntryUpdater::NoUpdates)
142  {
143  }
144  };
145 }
Contains makVrv::DtStateViewCollection class.
The IGI Message.
Definition: DtMessage.h:33
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkNetworkUpdateSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
DtEmitterSystemStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkEmitterSystemState.h:140
Contains makVrv::DtStateView class.
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:52
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:133
makVrv::DtStateView< DtVrlinkEmitterSystems > DtVrlinkEmitterSystemsView
Definition: vrlinkEmitterSystemState.h:134
Contains makVrv::DtEntityState class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
A DtSimState is the base class for all state objects.
Definition: DtSimState.h:22
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.
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:137

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)