39 return !(*
this == rhs);
std::string myDesignatedEntityId
This is a UUID.
Definition: laserDesignatorState.h:46
This is the protocol independent state of an entity. Created/ deleted by DtEntityStateObject's. DtSimEntry's point to this state.
Definition: DtEntityState.h:33
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAerodromeState &state)
Decode a DtVrlinkSimulatedAerodromeState from a DtMessage.
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtUniqueID myHostId
Definition: laserDesignatorState.h:42
Collection of VRF active sonar specific state data. Use this state view to get information for laser ...
Definition: laserDesignatorState.h:64
bool operator!=(const DtLaserDesignatorState &rhs) const
Definition: laserDesignatorState.h:37
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.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
makVrv::DtStateView< DtLaserDesignatorState > DtLaserDesignatorStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: laserDesignatorState.h:61
DtLaserDesignatorStateViewCollection(makVrv::DtDe &de)
Definition: laserDesignatorState.h:67
DtVector myDesignatorSpotLocation
Definition: laserDesignatorState.h:48
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAerodromeState &state)
Encode a DtVrlinkSimulatedAerodromeState into a DtMessage.
DtVector mySpotLinearAcceleration
Definition: laserDesignatorState.h:52
DtVector myRelativeSpotLocation
Definition: laserDesignatorState.h:51
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 myDesignatorWavelength
Definition: laserDesignatorState.h:49
Contains makVrv::DtSimState class.
int myDRAlgorithm
Definition: laserDesignatorState.h:50
Definition: laserDesignatorState.h:26
double myDesignatorPower
Definition: laserDesignatorState.h:47
unsigned int myDesignatorCode
Definition: laserDesignatorState.h:43
Contains additional type to message encoding functions.