17 #include <vlutil/vlScopedLock.h>
45 return !(*
this == rhs);
double mySwellStateDirection
Definition: waterSurfaceState.h:54
Contains makVrv::DtStateViewCollection class.
DtWaterSurfaceStateViewCollection(makVrv::DtDe &de)
Definition: waterSurfaceState.h:76
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.
double myWaterCurrentDirection
Definition: waterSurfaceState.h:51
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
int myPriority
Definition: waterSurfaceState.h:49
State view collection for waterSurface data.
Definition: waterSurfaceState.h:73
double myWaterCurrentSpeed
Definition: waterSurfaceState.h:50
int mySwellState
Definition: waterSurfaceState.h:53
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
double myChoppiness
Definition: waterSurfaceState.h:59
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
makVrv::DtStateView< DtVrlinkSimulatedWaterSurfaceState > DtVrlinkWaterSurfaceStateView
Create a DtStateView templated on DtVrlinkSimulatedWaterSurfaceState.
Definition: waterSurfaceState.h:70
Contains makVrv::DtVrlinkSimulatedEntityState class.
double mySurfaceTransparency
Definition: waterSurfaceState.h:57
For performance reasons there are two kinds of waterSurface state. The first kind is the kind that is...
Definition: waterSurfaceState.h:30
A DtSimState is the base class for all state objects. Derived instances of DtSimState will be created...
Definition: DtSimState.h:19
bool myWindDrivenSeaStateEnabled
Definition: waterSurfaceState.h:58
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 mySeaState
Definition: waterSurfaceState.h:55
double myTidalOffset
Definition: waterSurfaceState.h:52
double mySurgeDepth
Definition: waterSurfaceState.h:60
bool operator!=(const DtVrlinkSimulatedWaterSurfaceState &rhs) const
Definition: waterSurfaceState.h:43
double mySeaStateDirection
Definition: waterSurfaceState.h:56