Interface: LandingGearDataProvider
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:21
A landing gear indication system data provider.
Properties
isAllGearDownLocked
isAllGearDownLocked:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:37
Whether all landing gears are in the down and locked position.
isAllGearUp
isAllGearUp:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:35
Whether all landing gears are in the up position.
isAnyGearInTransit
isAnyGearInTransit:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:39
Whether any of the landing gears are in transit.
isAnyGearStateUndetermined
isAnyGearStateUndetermined:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:41
Whether any landing gear state is undetermined.
isGearDataValid
isGearDataValid:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:47
Whether the gear data is invalid (when invalid the data subjects take their default state).
isGearHandleUp
isGearHandleUp:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:44
Whether the gear handle is up.
leftGearOnGround
leftGearOnGround:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:30
Whether the left main gear is on the ground by the weight on wheels sensor.
leftGearState
leftGearState:
Subscribable
<LandingGearState
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:25
The left main landing gear state.
noseGearState
noseGearState:
Subscribable
<LandingGearState
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:23
The nose landing gear state.
rightGearOnGround
rightGearOnGround:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:32
Whether the right main gear is on the ground by the weight on wheels sensor.
rightGearState
rightGearState:
Subscribable
<LandingGearState
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/LandingGearDataProvider.ts:27
The right main landing gear state.