SimulatorCertifiedControlAvailability
USI.Core
Flight-control functions currently backed by certified hardware.
public struct SimulatorCertifiedControlAvailability : IEquatable<SimulatorCertifiedControlAvailability>Constructors
SimulatorCertifiedControlAvailability
public SimulatorCertifiedControlAvailability(bool Roll, bool Pitch, bool Yaw, bool WheelBrakes, bool Throttle, bool Propeller, bool Mixture)Flight-control functions currently backed by certified hardware.
Properties
Mixture
public bool Mixture { get; set; }Pitch
public bool Pitch { get; set; }Propeller
public bool Propeller { get; set; }Roll
public bool Roll { get; set; }Throttle
public bool Throttle { get; set; }WheelBrakes
public bool WheelBrakes { get; set; }Yaw
public bool Yaw { get; set; }Methods
Deconstruct
public void Deconstruct(bool Roll, bool Pitch, bool Yaw, bool WheelBrakes, bool Throttle, bool Propeller, bool Mixture)Equals
public bool Equals(object obj)Equals
public bool Equals(SimulatorCertifiedControlAvailability other)GetHashCode
public int GetHashCode()ToString
public string ToString()