Skip to main content

Interface: SpeedInfoDataProvider

A data provider for a speed information display.

Implemented by

Properties

gsKnots

Readonly gsKnots: Subscribable<number>

The current ground speed, in knots.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:15


isAirDataFailed

Readonly isAirDataFailed: Subscribable<boolean>

Whether air data is in a failed state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:18


isGpsDataFailed

Readonly isGpsDataFailed: Subscribable<boolean>

Whether GPS data is in a failed state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:24


isGpsDeadReckoning

Readonly isGpsDeadReckoning: Subscribable<boolean>

Whether GPS position is in dead reckoning mode.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:21


tasKnots

Readonly tasKnots: Subscribable<number>

The current true airspeed, in knots.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:12