![]() |
VR-Forces Developer's Guide
|
For performance reasons there are two kinds of Troposphere state. The first kind is the kind that is sent over from the network to the front end. This state is only used for network transport. The second state (DtVrlinkSimulatedTroposphereState) is what is used by the front-end to reference network thread data.

Public Member Functions | |
| DtVrlinkSimulatedTroposphereState () | |
| DtVrlinkSimulatedTroposphereState (const DtVrlinkSimulatedTroposphereState &) | |
| virtual | ~DtVrlinkSimulatedTroposphereState () |
| DtVrlinkSimulatedTroposphereState & | operator= (const DtVrlinkSimulatedTroposphereState &) |
| bool | operator== (const DtVrlinkSimulatedTroposphereState &) const |
| bool | operator!= (const DtVrlinkSimulatedTroposphereState &rhs) const |
Public Member Functions inherited from makVrv::DtSimState | |
| DtSimState () | |
| virtual | ~DtSimState () |
Public Attributes | |
| int | myPriority |
| std::vector < makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > | myElevationalConfigurations |
| makVrf::DtVrlinkSimulatedTroposphereState::DtVrlinkSimulatedTroposphereState | ( | ) |
CTOR.
| makVrf::DtVrlinkSimulatedTroposphereState::DtVrlinkSimulatedTroposphereState | ( | const DtVrlinkSimulatedTroposphereState & | ) |
|
virtual |
DTOR.
| DtVrlinkSimulatedTroposphereState& makVrf::DtVrlinkSimulatedTroposphereState::operator= | ( | const DtVrlinkSimulatedTroposphereState & | ) |
| bool makVrf::DtVrlinkSimulatedTroposphereState::operator== | ( | const DtVrlinkSimulatedTroposphereState & | ) | const |
|
inline |
| int makVrf::DtVrlinkSimulatedTroposphereState::myPriority |
| std::vector<makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord> makVrf::DtVrlinkSimulatedTroposphereState::myElevationalConfigurations |