17 #include <vlutil/vlScopedLock.h>
45 return !(*
this == rhs);
int myStatus
Definition: aisDataState.h:52
DtAisDataStateViewCollection(makVrv::DtDe &de)
Definition: aisDataState.h:69
Contains makVrv::DtStateViewCollection class.
State view collection for aisData data.
Definition: aisDataState.h:66
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.
int myImo
Definition: aisDataState.h:50
For performance reasons there are two kinds of aisData state. The first kind is the kind that is sent...
Definition: aisDataState.h:30
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
bool operator!=(const DtVrlinkSimulatedAisDataState &rhs) const
Definition: aisDataState.h:43
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::string myDestination
Definition: aisDataState.h:53
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.
int myEta
Definition: aisDataState.h:51
int myMmsi
Definition: aisDataState.h:49
makVrv::DtStateView< DtVrlinkSimulatedAisDataState > DtVrlinkAisDataStateView
Create a DtStateView templated on DtVrlinkSimulatedAisDataState.
Definition: aisDataState.h:63
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