40 return !(*
this == rhs);
65 return !(*
this == rhs);
95 return !(*
this == rhs);
102 typedef std::map<makVrv::DtUniqueID, DtVrlinkActiveSonarState>
ActiveSonars;
Definition: vrlinkActiveSonarState.h:27
State for a list of active sonar systems for an individual entity. Since entities can have multiple a...
Definition: vrlinkActiveSonarState.h:82
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
std::string myEntityType
Definition: vrlinkActiveSonarState.h:99
int myScanPattern
Definition: vrlinkActiveSonarState.h:49
std::string myGlobalId
Definition: vrlinkActiveSonarState.h:100
std::string myEntityId
Definition: vrlinkActiveSonarState.h:71
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAerodromeState &state)
Decode a DtVrlinkSimulatedAerodromeState from a DtMessage.
int myActiveEmissionParameterIndex
Definition: vrlinkActiveSonarState.h:43
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
std::string myGlobalId
Definition: vrlinkActiveSonarState.h:70
Contains makVrv::DtStateView class.
std::string myEntityId
Definition: vrlinkActiveSonarState.h:101
int myActiveSonarNameId
Definition: vrlinkActiveSonarState.h:73
double myElevationCenter
Definition: vrlinkActiveSonarState.h:48
double myElevationBeamWidth
Definition: vrlinkActiveSonarState.h:47
std::map< makVrv::DtUniqueID, DtVrlinkActiveSonarState > ActiveSonars
Definition: vrlinkActiveSonarState.h:102
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
bool operator!=(const DtVrlinkActiveSonarState &rhs) const
Definition: vrlinkActiveSonarState.h:63
std::string myEntityType
Definition: vrlinkActiveSonarState.h:69
Collection of VRF active sonar specific state data. Use this state view to get information for active...
Definition: vrlinkActiveSonarState.h:123
makVrv::DtStateView< DtVrlinkActiveSonars > DtVrlinkActiveSonarsView
Definition: vrlinkActiveSonarState.h:120
Definition: vrlinkActiveSonarState.h:52
bool operator!=(const DtVrlinkActiveSonars &rhs) const
Definition: vrlinkActiveSonarState.h:93
ActiveSonars myActiveSonars
Definition: vrlinkActiveSonarState.h:103
makVrv::DtStateView< DtVrlinkActiveSonarState > DtVrlinkActiveSonarStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: vrlinkActiveSonarState.h:119
bool operator!=(const DtVrlinkActiveSonarBeamState &rhs) const
Definition: vrlinkActiveSonarState.h:38
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
Contains makVrv::DtVrlinkSimulatedEntityState class.
std::vector< DtVrlinkActiveSonarBeamState > myActiveSonarBeams
Definition: vrlinkActiveSonarState.h:77
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
DtVector myLocation
Definition: vrlinkActiveSonarState.h:74
DtActiveSonarStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkActiveSonarState.h:126
makVrv::DtUniqueID myEntityHost
Definition: vrlinkActiveSonarState.h:75
char myBeamIdentifier
Definition: vrlinkActiveSonarState.h:46
double myAzimuthCenter
Definition: vrlinkActiveSonarState.h:45
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.
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
int myFunctionCode
Definition: vrlinkActiveSonarState.h:72
double myAzimuthBeamWidth
Definition: vrlinkActiveSonarState.h:44
Contains additional type to message encoding functions.