41 return !(*
this == rhs);
79 return !(*
this == rhs);
110 return !(*
this == rhs);
State for a list of emitter systems for an individual entity. Since entities can have multiple emitte...
Definition: vrlinkEmitterSystemState.h:97
double myFrequency
Definition: vrlinkEmitterSystemState.h:51
double myAzimuthCenter
Definition: vrlinkEmitterSystemState.h:46
std::string myEntityType
Definition: vrlinkEmitterSystemState.h:116
DtVector myLocation
Definition: vrlinkEmitterSystemState.h:87
std::string myGlobalId
Definition: vrlinkEmitterSystemState.h:114
double myPRF
Definition: vrlinkEmitterSystemState.h:53
Contains makVrv::DtStateViewCollection class.
bool myHighDensity
Definition: vrlinkEmitterSystemState.h:57
int myJammingModeSequence
Definition: vrlinkEmitterSystemState.h:56
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
double myAzimuthSweep
Definition: vrlinkEmitterSystemState.h:47
bool operator!=(const DtVrlinkEmitterSystemState &rhs) const
Definition: vrlinkEmitterSystemState.h:77
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAerodromeState &state)
Decode a DtVrlinkSimulatedAerodromeState from a DtMessage.
int myEmitterNameId
Definition: vrlinkEmitterSystemState.h:86
DtEmitterSystemStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkEmitterSystemState.h:145
bool operator!=(const DtVrlinkEmitterSystems &rhs) const
Definition: vrlinkEmitterSystemState.h:108
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
Contains makVrv::DtStateView class.
std::string myTrackJamTargets
VRL formatted representation of targeted entities.
Definition: vrlinkEmitterSystemState.h:63
double myElevationSweep
Definition: vrlinkEmitterSystemState.h:49
double myERP
Definition: vrlinkEmitterSystemState.h:50
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::string myEntityId
Definition: vrlinkEmitterSystemState.h:84
bool operator!=(const DtVrlinkEmitterBeamState &rhs) const
Definition: vrlinkEmitterSystemState.h:39
double myElevationCenter
Definition: vrlinkEmitterSystemState.h:48
std::string myGlobalId
Definition: vrlinkEmitterSystemState.h:83
double myBeamWidth
Definition: vrlinkEmitterSystemState.h:59
std::vector< DtVrlinkEmitterBeamState > myEmitterBeams
Definition: vrlinkEmitterSystemState.h:92
bool myPrfJitter
Definition: vrlinkEmitterSystemState.h:58
std::string myEntityId
Definition: vrlinkEmitterSystemState.h:115
int myBeamType
Definition: vrlinkEmitterSystemState.h:45
int myBeamFunction
Definition: vrlinkEmitterSystemState.h:44
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
DtVrfMakRadarBeamScanData myScanData
VRL formatted representation of MAK radar beam scan data.
Definition: vrlinkEmitterSystemState.h:61
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
int myEmissionType
Definition: vrlinkEmitterSystemState.h:89
Contains makVrv::DtVrlinkSimulatedEntityState class.
makVrv::DtUniqueID myEntityHost
Definition: vrlinkEmitterSystemState.h:88
Definition: vrlinkEmitterSystemState.h:66
double myPulseWidth
Definition: vrlinkEmitterSystemState.h:54
Definition: vrlinkEmitterSystemState.h:28
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
std::map< makVrv::DtUniqueID, DtVrlinkEmitterSystemState > EmitterSystems
Definition: vrlinkEmitterSystemState.h:118
double myFrequencyRange
Definition: vrlinkEmitterSystemState.h:52
std::string myEntityType
Definition: vrlinkEmitterSystemState.h:85
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.
int myEmitterNumber
Definition: vrlinkEmitterSystemState.h:90
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
double mySweepSync
Definition: vrlinkEmitterSystemState.h:55
Definition: vrfMakRadarBeamScanData.h:31
EmitterSystems myEmitterSystems
Definition: vrlinkEmitterSystemState.h:119
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