WindIndicator
USI.Core
A named pilot or copilot cockpit wind indication. This remains distinct from the simulator environment's actual local wind observation.
public sealed class WindIndicator : AircraftInstrumentProperties
Position
public AircraftSensorPosition Position { get; }The flight-deck position served by this wind indication.
Methods
TryGetDirectionFromDegreesMagneticAsync
public Task<USIResult<Double>> TryGetDirectionFromDegreesMagneticAsync()Gets the magnetic direction from which the displayed wind is blowing. This is cockpit indication, not the true-reference environment value.
TryGetSpeedKnotsAsync
public Task<USIResult<Double>> TryGetSpeedKnotsAsync()Gets the wind speed shown at this position in knots.
