Class

AircraftFlightAssistanceSystem

USI.Core

Automated pilot-assistance state for the currently loaded aircraft.

public sealed class AircraftFlightAssistanceSystem : AircraftComponentNode, IAircraftFlightAssistanceSystem

Methods

TryCancelDestinationAsync

public Task<USIResult> TryCancelDestinationAsync()

TryGetAntiStallStateAsync

public Task<USIResult<FlightAssistanceAntiStallState>> TryGetAntiStallStateAsync()

TryGetAutomatedControlSystemEnabledAsync

public Task<USIResult<Boolean>> TryGetAutomatedControlSystemEnabledAsync()

TryGetAutomaticTrimEnabledAsync

public Task<USIResult<Boolean>> TryGetAutomaticTrimEnabledAsync()

TryGetCommunicationControlLockedByAutomatedCopilotAsync

public Task<USIResult<Boolean>> TryGetCommunicationControlLockedByAutomatedCopilotAsync()

TryGetControlsDelegatedAsync

public Task<USIResult<Boolean>> TryGetControlsDelegatedAsync()

TryGetDestinationSelectedAsync

public Task<USIResult<Boolean>> TryGetDestinationSelectedAsync()

TryGetEstimatedTakeoffGuidanceSpeedKnotsAsync

public Task<USIResult<Double>> TryGetEstimatedTakeoffGuidanceSpeedKnotsAsync()

TryGetGuidanceRibbonsEnabledAsync

public Task<USIResult<Boolean>> TryGetGuidanceRibbonsEnabledAsync()

TryGetLandingAssistanceEnabledAsync

public Task<USIResult<Boolean>> TryGetLandingAssistanceEnabledAsync()

TryGetLandingGuidanceSpeedTextAsync

public Task<USIResult<String>> TryGetLandingGuidanceSpeedTextAsync()

TryGetNearbyDestinationCategoryAsync

public Task<USIResult<FlightAssistanceNearbyDestinationCategory>> TryGetNearbyDestinationCategoryAsync()

TryGetNearbyDestinationOptionsAsync

public Task<USIResult<IReadOnlyList<FlightAssistanceNearbyDestinationOption>>> TryGetNearbyDestinationOptionsAsync()

TryGetSelectedNearbyDestinationAsync

public Task<USIResult<FlightAssistanceNearbyDestinationOption>> TryGetSelectedNearbyDestinationAsync()

TryGetStallGuidanceSpeedKnotsAsync

public Task<USIResult<Double>> TryGetStallGuidanceSpeedKnotsAsync()

TryGetTakeoffAssistanceEnabledAsync

public Task<USIResult<Boolean>> TryGetTakeoffAssistanceEnabledAsync()

TryGetTakeoffGuidanceSpeedKnotsAsync

public Task<USIResult<Double>> TryGetTakeoffGuidanceSpeedKnotsAsync()

TryHideDestinationGuidanceAsync

public Task<USIResult> TryHideDestinationGuidanceAsync()

TrySelectNearbyDestinationAsync

public Task<USIResult> TrySelectNearbyDestinationAsync(FlightAssistanceNearbyDestinationOption option)

TrySetControlsDelegatedAsync

public Task<USIResult> TrySetControlsDelegatedAsync(bool delegated)

TrySetEstimatedTakeoffGuidanceSpeedKnotsAsync

public Task<USIResult> TrySetEstimatedTakeoffGuidanceSpeedKnotsAsync(double knots)

TrySetGuidanceRibbonsEnabledAsync

public Task<USIResult> TrySetGuidanceRibbonsEnabledAsync(bool enabled)

TrySetNearbyDestinationCategoryAsync

public Task<USIResult> TrySetNearbyDestinationCategoryAsync(FlightAssistanceNearbyDestinationCategory category)

TrySetStallGuidanceSpeedKnotsAsync

public Task<USIResult> TrySetStallGuidanceSpeedKnotsAsync(double knots)

TrySetTakeoffGuidanceSpeedKnotsAsync

public Task<USIResult> TrySetTakeoffGuidanceSpeedKnotsAsync(double knots)

TryUseSelectedNearbyPointAsDestinationAsync

public Task<USIResult> TryUseSelectedNearbyPointAsDestinationAsync()