38 return !(*
this == rhs);
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.
Definition: aerodromeStateData.h:498
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
bool operator!=(const DtVrlinkSimulatedAerodromeState &rhs) const
Definition: aerodromeState.h:36
The aerodrome state is a wrapper around the aerodome state component data to prevent data duplication...
Definition: aerodromeState.h:23
makVrv::DtStateView< DtVrlinkSimulatedAerodromeState > DtVrlinkAerodromeStateView
Create a DtStateView templated on DtVrlinkSimulatedAerodromeeState.
Definition: aerodromeState.h:49
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.
DtAerodromeStateData myData
Definition: aerodromeState.h:42
DtAerodromeStateViewCollection(makVrv::DtDe &de)
Definition: aerodromeState.h:55
DtAerodromeStateData * myNetworkData
Used to transmit the data from the network to the GUI thread. This data will be deleted once processe...
Definition: aerodromeState.h:45
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
State view collection for aggregate data.
Definition: aerodromeState.h:52