VR-Forces 5.0.2 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>
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 
49  double myERP;
50  double myFrequency;
52  double myPRF;
53  double myPulseWidth;
54  double mySweepSync;
58  std::string myTrackJamTargets;
59  };
60 
62  {
63  public:
64 
67 
69  virtual ~DtVrlinkEmitterSystemState();
70 
71  bool operator==(const DtVrlinkEmitterSystemState&) const;
72  bool operator!=(const DtVrlinkEmitterSystemState& rhs) const
73  {
74  return !(*this == rhs);
75  }
76 
77  public:
78  std::string myGlobalId;
79  std::string myEntityId;
80  std::string myEntityType;
86 
87  std::vector<DtVrlinkEmitterBeamState> myEmitterBeams;
88  };
89 
93  {
94  public:
95 
98 
100  virtual ~DtVrlinkEmitterSystems();
101 
102  bool operator==(const DtVrlinkEmitterSystems&) const;
103  bool operator!=(const DtVrlinkEmitterSystems& rhs) const
104  {
105  return !(*this == rhs);
106  }
107 
108  public:
109  std::string myGlobalId;
110  std::string myEntityId;
111  std::string myEntityType;
112 
113  typedef std::map<makVrv::DtUniqueID, DtVrlinkEmitterSystemState> EmitterSystems;
115  };
116 
120 
124 
127 
128 
132 
135  {
136  public:
138  makVrv::DtStateViewCollection<DtVrlinkEmitterSystems>(de, makVrv::DtSimEntryUpdater::NoUpdates)
139  {
140  }
141  };
142 }
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
DtEmitterSystemStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkEmitterSystemState.h:137
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:130
makVrv::DtStateView< DtVrlinkEmitterSystems > DtVrlinkEmitterSystemsView
Definition: vrlinkEmitterSystemState.h:131
Contains makVrv::DtVrlinkSimulatedEntityState class.
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
A DtSimState is the base class for all state objects. Derived instances of DtSimState will be created...
Definition: DtSimState.h:19
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:70
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:134

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)