40 return !(*
this == rhs);
75 return !(*
this == rhs);
108 return !(*
this == rhs);
State for a list of emitter systems for an individual entity.
Definition: vrlinkEmitterSystemState.h:95
double myFrequency
Definition: vrlinkEmitterSystemState.h:51
double myAzimuthCenter
Definition: vrlinkEmitterSystemState.h:46
std::string myEntityType
Definition: vrlinkEmitterSystemState.h:114
DtVector myLocation
Definition: vrlinkEmitterSystemState.h:84
std::string myGlobalId
Definition: vrlinkEmitterSystemState.h:112
double myPRF
Definition: vrlinkEmitterSystemState.h:53
std::string myEmitterName
Definition: vrlinkEmitterSystemState.h:82
Contains makVrv::DtStateViewCollection class.
bool myHighDensity
Definition: vrlinkEmitterSystemState.h:57
int myJammingModeSequence
Definition: vrlinkEmitterSystemState.h:56
std::string myEmissionType
Definition: vrlinkEmitterSystemState.h:86
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.
double myAzimuthSweep
Definition: vrlinkEmitterSystemState.h:47
bool operator!=(const DtVrlinkEmitterSystemState &rhs) const
Definition: vrlinkEmitterSystemState.h:73
int myEmitterNameId
Definition: vrlinkEmitterSystemState.h:83
DtEmitterSystemStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkEmitterSystemState.h:140
bool operator!=(const DtVrlinkEmitterSystems &rhs) const
Definition: vrlinkEmitterSystemState.h:106
Contains makVrv::DtStateView class.
std::string myTrackJamTargets
VRL formatted representation of targeted entities.
Definition: vrlinkEmitterSystemState.h:59
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
double myElevationSweep
Definition: vrlinkEmitterSystemState.h:49
double myERP
Definition: vrlinkEmitterSystemState.h:50
std::string myBeamFunction
Definition: vrlinkEmitterSystemState.h:43
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::string myEntityId
Definition: vrlinkEmitterSystemState.h:80
bool operator!=(const DtVrlinkEmitterBeamState &rhs) const
Definition: vrlinkEmitterSystemState.h:38
double myElevationCenter
Definition: vrlinkEmitterSystemState.h:48
std::string myGlobalId
Definition: vrlinkEmitterSystemState.h:79
std::string myEventId
Definition: vrlinkEmitterSystemState.h:87
std::vector< DtVrlinkEmitterBeamState > myEmitterBeams
Definition: vrlinkEmitterSystemState.h:90
std::string myEventId
Definition: vrlinkEmitterSystemState.h:45
std::string myEntityId
Definition: vrlinkEmitterSystemState.h:113
int myBeamType
Definition: vrlinkEmitterSystemState.h:44
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.
makVrv::DtUniqueID myEntityHost
Definition: vrlinkEmitterSystemState.h:85
Definition: vrlinkEmitterSystemState.h:62
double myPulseWidth
Definition: vrlinkEmitterSystemState.h:54
Definition: vrlinkEmitterSystemState.h:27
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
std::map< makVrv::DtUniqueID, DtVrlinkEmitterSystemState > EmitterSystems
Definition: vrlinkEmitterSystemState.h:116
double myFrequencyRange
Definition: vrlinkEmitterSystemState.h:52
std::string myEntityType
Definition: vrlinkEmitterSystemState.h:81
A DtSimState is the base class for all state objects.
Definition: DtSimState.h:22
int myEmitterNumber
Definition: vrlinkEmitterSystemState.h:88
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
double mySweepSync
Definition: vrlinkEmitterSystemState.h:55
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.
EmitterSystems myEmitterSystems
Definition: vrlinkEmitterSystemState.h:117
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