Skip to main content

Interface: SpeedInfoDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:10

A data provider for a speed information display.

Properties

gsKnots

readonly gsKnots: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:15

The current ground speed, in knots.


isAirDataFailed

readonly isAirDataFailed: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:18

Whether air data is in a failed state.


isGpsDataFailed

readonly isGpsDataFailed: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:24

Whether GPS data is in a failed state.


isGpsDeadReckoning

readonly isGpsDeadReckoning: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:21

Whether GPS position is in dead reckoning mode.


tasKnots

readonly tasKnots: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/SpeedInfo/SpeedInfoDataProvider.ts:12

The current true airspeed, in knots.