Class

ForceFeedbackSystem

USI.Core

Authored force-feedback behavior for the aircraft's physical controls.

public sealed class ForceFeedbackSystem : AircraftComponentNode

Methods

TryGetConfiguredHydraulicForcesEnabledAsync

public Task<USIResult<Boolean>> TryGetConfiguredHydraulicForcesEnabledAsync()

Gets whether hydraulic control forces are included in authored force-feedback output.

TryGetConfiguredStickShakerEnabledAsync

public Task<USIResult<Boolean>> TryGetConfiguredStickShakerEnabledAsync()

Gets whether stick-shaker motion is included in authored force-feedback output.

TryGetControlForcesAsync

public Task<USIResult<ForceFeedbackControlForces>> TryGetControlForcesAsync()

Gets one immutable snapshot of the forces currently authored for the primary yoke and pedal controls.

TryGetLeftBrakePedalForcePoundsForceAsync

public Task<USIResult<Double>> TryGetLeftBrakePedalForcePoundsForceAsync()

Gets current left brake-pedal force in pounds-force.

TryGetPitchYokeForcePoundsForceAsync

public Task<USIResult<Double>> TryGetPitchYokeForcePoundsForceAsync()

Gets current pitch-axis yoke force in pounds-force.

TryGetRightBrakePedalForcePoundsForceAsync

public Task<USIResult<Double>> TryGetRightBrakePedalForcePoundsForceAsync()

Gets current right brake-pedal force in pounds-force.

TryGetRollYokeForcePoundsForceAsync

public Task<USIResult<Double>> TryGetRollYokeForcePoundsForceAsync()

Gets current roll-axis yoke force in pounds-force.

TryGetYawPedalForcePoundsForceAsync

public Task<USIResult<Double>> TryGetYawPedalForcePoundsForceAsync()

Gets current yaw-axis pedal force in pounds-force.