Struct

NavigationBackcourseState

USI.Core

Receiver-side state reported for backcourse navigation guidance. This is distinct from the autopilot's backcourse mode.

public struct NavigationBackcourseState : IEquatable<NavigationBackcourseState>

Constructors

NavigationBackcourseState

public NavigationBackcourseState(bool Available, bool LocalizerTuned, bool OnCourse, bool StationActive)

Receiver-side state reported for backcourse navigation guidance. This is distinct from the autopilot's backcourse mode.

Properties

Available

public bool Available { get; set; }

LocalizerTuned

public bool LocalizerTuned { get; set; }

OnCourse

public bool OnCourse { get; set; }

StationActive

public bool StationActive { get; set; }

Methods

Deconstruct

public void Deconstruct(bool Available, bool LocalizerTuned, bool OnCourse, bool StationActive)

Equals

public bool Equals(object obj)

Equals

public bool Equals(NavigationBackcourseState other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()