ElectronicFlightNavigationSnapshot
USI.Core
One coherent navigation solution presented by an electronic flight display.
public struct ElectronicFlightNavigationSnapshot : IEquatable<ElectronicFlightNavigationSnapshot>Constructors
ElectronicFlightNavigationSnapshot
public ElectronicFlightNavigationSnapshot(Angle BearingToStation, Angle RelativeBearingToStation, NavigationToFromState ToFromState, double HorizontalDeviationDots, double VerticalDeviationDots, bool DmeAvailable, Length DmeDistance, Speed DmeClosingSpeed, TimeSpan DmeTime, bool GlideslopeExpectedButUnavailable, bool HorizontalGuidanceDisplayed, bool VerticalGuidanceDisplayed)One coherent navigation solution presented by an electronic flight display.
Properties
BearingToStation
public Angle BearingToStation { get; set; }DmeAvailable
public bool DmeAvailable { get; set; }DmeClosingSpeed
public Speed DmeClosingSpeed { get; set; }DmeDistance
public Length DmeDistance { get; set; }DmeTime
public TimeSpan DmeTime { get; set; }GlideslopeExpectedButUnavailable
public bool GlideslopeExpectedButUnavailable { get; set; }HorizontalDeviationDots
public double HorizontalDeviationDots { get; set; }HorizontalGuidanceDisplayed
public bool HorizontalGuidanceDisplayed { get; set; }RelativeBearingToStation
public Angle RelativeBearingToStation { get; set; }ToFromState
public NavigationToFromState ToFromState { get; set; }VerticalDeviationDots
public double VerticalDeviationDots { get; set; }VerticalGuidanceDisplayed
public bool VerticalGuidanceDisplayed { get; set; }Methods
Deconstruct
public void Deconstruct(Angle BearingToStation, Angle RelativeBearingToStation, NavigationToFromState ToFromState, double HorizontalDeviationDots, double VerticalDeviationDots, bool DmeAvailable, Length DmeDistance, Speed DmeClosingSpeed, TimeSpan DmeTime, bool GlideslopeExpectedButUnavailable, bool HorizontalGuidanceDisplayed, bool VerticalGuidanceDisplayed)Equals
public bool Equals(object obj)Equals
public bool Equals(ElectronicFlightNavigationSnapshot other)GetHashCode
public int GetHashCode()ToString
public string ToString()