Type Alias: ToldThrustReverserSelectableChecker()
ToldThrustReverserSelectableChecker = (
surface
,flaps?
,antiIce?
) =>ToldThrustReverserSelectable
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldConfig.ts:58
A function which checks which of the TOLD (takeoff/landing) performance calculation thrust reverser settings are selectable for a given set of conditions.
Parameters
Parameter | Type | Description |
---|---|---|
surface | ToldRunwaySurfaceCondition | The runway surface condition. |
flaps? | string | The name of the flaps setting. |
antiIce? | boolean | Whether anti-ice is on. |
Returns
Which of the TOLD (takeoff/landing) performance calculation thrust reverser settings are selectable for the specified set of conditions.