Skip to main content

Interface: FlapWarningDataProvider

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:8

A stall warning system data provider, providing data from the stall warning system selected for an instrument.

Properties

handleAngle

handleAngle: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:19

The angle commanded by the current flap handle position in degrees, or null if invalid.


highestFlapAngle

highestFlapAngle: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:16

The flap angle of the most extended flap in degrees, or null if invalid.


isAtHandleAngle

isAtHandleAngle: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:22

Whether the flaps are at the desired handle angle. Defaults to false when data invalid.


isFlapAsymmetry

isFlapAsymmetry: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:25

Whether a flap assymetry condition is detected. Defaults to false when data invalid.


isFlapDataValid

isFlapDataValid: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:31

Whether the flap data is valid.


isTakeoffPosition

isTakeoffPosition: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:28

Whether the flaps are in a valid takeoff position. Defaults to false when data invalid.


leftFlapAngle

leftFlapAngle: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:10

The left flap angle in degrees, or null if invalid.


rightFlapAngle

rightFlapAngle: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/FlapWarningDataProvider.ts:13

The right flap angle in degrees, or null if invalid.