40 return !(*
this == rhs);
74 return !(*
this == rhs);
105 return !(*
this == rhs);
State for a list of emitter systems for an individual entity. Since entities can have multiple emitte...
Definition: vrlinkEmitterSystemState.h:92
double myFrequency
Definition: vrlinkEmitterSystemState.h:50
double myAzimuthCenter
Definition: vrlinkEmitterSystemState.h:45
std::string myEntityType
Definition: vrlinkEmitterSystemState.h:111
DtVector myLocation
Definition: vrlinkEmitterSystemState.h:82
std::string myGlobalId
Definition: vrlinkEmitterSystemState.h:109
double myPRF
Definition: vrlinkEmitterSystemState.h:52
Contains makVrv::DtStateViewCollection class.
bool myHighDensity
Definition: vrlinkEmitterSystemState.h:56
int myJammingModeSequence
Definition: vrlinkEmitterSystemState.h:55
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:46
bool operator!=(const DtVrlinkEmitterSystemState &rhs) const
Definition: vrlinkEmitterSystemState.h:72
int myEmitterNameId
Definition: vrlinkEmitterSystemState.h:81
DtEmitterSystemStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkEmitterSystemState.h:137
bool operator!=(const DtVrlinkEmitterSystems &rhs) const
Definition: vrlinkEmitterSystemState.h:103
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:58
double myElevationSweep
Definition: vrlinkEmitterSystemState.h:48
double myERP
Definition: vrlinkEmitterSystemState.h:49
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::string myEntityId
Definition: vrlinkEmitterSystemState.h:79
bool operator!=(const DtVrlinkEmitterBeamState &rhs) const
Definition: vrlinkEmitterSystemState.h:38
double myElevationCenter
Definition: vrlinkEmitterSystemState.h:47
std::string myGlobalId
Definition: vrlinkEmitterSystemState.h:78
std::vector< DtVrlinkEmitterBeamState > myEmitterBeams
Definition: vrlinkEmitterSystemState.h:87
std::string myEntityId
Definition: vrlinkEmitterSystemState.h:110
int myBeamType
Definition: vrlinkEmitterSystemState.h:44
int myBeamFunction
Definition: vrlinkEmitterSystemState.h:43
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
int myEmissionType
Definition: vrlinkEmitterSystemState.h:84
Contains makVrv::DtVrlinkSimulatedEntityState class.
makVrv::DtUniqueID myEntityHost
Definition: vrlinkEmitterSystemState.h:83
Definition: vrlinkEmitterSystemState.h:61
double myPulseWidth
Definition: vrlinkEmitterSystemState.h:53
Definition: vrlinkEmitterSystemState.h:27
std::map< makVrv::DtUniqueID, DtVrlinkEmitterSystemState > EmitterSystems
Definition: vrlinkEmitterSystemState.h:113
double myFrequencyRange
Definition: vrlinkEmitterSystemState.h:51
std::string myEntityType
Definition: vrlinkEmitterSystemState.h:80
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
int myEmitterNumber
Definition: vrlinkEmitterSystemState.h:85
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
double mySweepSync
Definition: vrlinkEmitterSystemState.h:54
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.
EmitterSystems myEmitterSystems
Definition: vrlinkEmitterSystemState.h:114
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