Struct

FlightControlInputSnapshot

USI.Core

Pilot input plus exact optional station and effective demand.

public struct FlightControlInputSnapshot : IEquatable<FlightControlInputSnapshot>

Constructors

FlightControlInputSnapshot

public FlightControlInputSnapshot(FlightControlInputVector Pilot, FlightControlInputVector? Copilot, FlightControlInputVector? Effective)

Pilot input plus exact optional station and effective demand.

Properties

Copilot

public FlightControlInputVector? Copilot { get; set; }

Effective

public FlightControlInputVector? Effective { get; set; }

Pilot

public FlightControlInputVector Pilot { get; set; }

Methods

Deconstruct

public void Deconstruct(FlightControlInputVector Pilot, FlightControlInputVector? Copilot, FlightControlInputVector? Effective)

Equals

public bool Equals(object obj)

Equals

public bool Equals(FlightControlInputSnapshot other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()