17 #include <vlutil/vlScopedLock.h>
28 DT_DLL_VRFGUICORE bool operator==(
const std::vector<makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord>& lhs,
const std::vector<makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord>& rhs);
29 DT_DLL_VRFGUICORE bool operator!=(
const std::vector<makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord>& lhs,
const std::vector<makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord>& rhs);
49 return !(*
this == rhs);
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.
bool operator!=(const DtVrlinkSimulatedTroposphereState &rhs) const
Definition: troposphereState.h:47
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
For performance reasons there are two kinds of Troposphere state. The first kind is the kind that is ...
Definition: troposphereState.h:34
The declaration of the makArchives::DtEnvironmentRecord class.
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 myPriority
Definition: troposphereState.h:53
DtTroposphereStateViewCollection(makVrv::DtDe &de)
Definition: troposphereState.h:70
DT_DLL_VRFGUICORE bool operator!=(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
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
std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > myElevationalConfigurations
Definition: troposphereState.h:54
State view collection for Troposphere data.
Definition: troposphereState.h:67
makVrv::DtStateView< DtVrlinkSimulatedTroposphereState > DtVrlinkTroposphereStateView
Create a DtStateView templated on DtVrlinkSimulatedTroposphereState.
Definition: troposphereState.h:64