Interface: AirGroundDataProvider
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirGroundDataProvider.ts:14
Air/Ground System Data Provider.
Extends
Properties
isOnGround
isOnGround:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirGroundDataProvider.ts:16
Whether the aircraft is on the ground; defaults to air when the sensors fail.
isValid
isValid:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirGroundDataProvider.ts:18
Whether the air/ground state is valid/not failed.
Methods
init()
init():
void
Defined in: sdk/instruments/Backplane.ts:6
Initializes this instrument.
Returns
void
Inherited from
onUpdate()
onUpdate():
void
Defined in: sdk/instruments/Backplane.ts:9
Updates this instrument.
Returns
void