Struct

FlightControlSurfaceSectionFailure

USI.Core

Failure state for one numbered, aircraft-relative control-surface section. Section numbers are one-based and stable within the loaded aircraft.

public struct FlightControlSurfaceSectionFailure : IEquatable<FlightControlSurfaceSectionFailure>

Constructors

FlightControlSurfaceSectionFailure

public FlightControlSurfaceSectionFailure(int SectionNumber, FlightControlSurfaceSide Side, FlightControlSurfaceFailure Failures)

Failure state for one numbered, aircraft-relative control-surface section. Section numbers are one-based and stable within the loaded aircraft.

Properties

Failures

public FlightControlSurfaceFailure Failures { get; set; }

SectionNumber

public int SectionNumber { get; set; }

Side

public FlightControlSurfaceSide Side { get; set; }

Methods

Deconstruct

public void Deconstruct(int SectionNumber, FlightControlSurfaceSide Side, FlightControlSurfaceFailure Failures)

Equals

public bool Equals(object obj)

Equals

public bool Equals(FlightControlSurfaceSectionFailure other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()