Skip to main content

Interface: HsiDataProvider

A data provider for an HSI.

Implemented by

Properties

activeNavIndicator

Readonly activeNavIndicator: G3000NavIndicator

The nav indicator for the active nav source.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:33


approachPreviewIndicator

Readonly approachPreviewIndicator: G3000NavIndicator

The nav indicator for the approach course preview.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:36


bearing1Indicator

Readonly bearing1Indicator: G3000NavIndicator

The nav indicator for bearing pointer 1.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:39


bearing2Indicator

Readonly bearing2Indicator: G3000NavIndicator

The nav indicator for bearing pointer 2.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:42


headingMag

Readonly headingMag: Subscribable<number>

The current magnetic heading, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:18


isGpsDataFailed

Readonly isGpsDataFailed: Subscribable<boolean>

Whether GPS data is in a failure state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:63


isHdgSyncModeActive

Readonly isHdgSyncModeActive: Subscribable<boolean>

Whether HDG sync mode is active.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:48


isHeadingDataFailed

Readonly isHeadingDataFailed: Subscribable<boolean>

Whether heading data is in a failure state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:60


Readonly lnavXtk: Subscribable<null | number>

The current LNAV cross-track error, in nautical miles, or null if LNAV is not tracking a path.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:51


magVar

Readonly magVar: Subscribable<number>

The magnetic variation at the plane's current position, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:30


obsCourse

Readonly obsCourse: Subscribable<number>

The current magnetic OBS course, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:57


obsSuspMode

Readonly obsSuspMode: Subscribable<ObsSuspModes>

The current LNAV OBS/suspend mode.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:54


position

Readonly position: Subscribable<GeoPointInterface>

The current position of the plane.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:27


selectedHeadingMag

Readonly selectedHeadingMag: Subscribable<number>

The current selected magnetic heading, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:45


trackMag

Readonly trackMag: Subscribable<number>

The current magnetic ground track, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:24


turnRate

Readonly turnRate: Subscribable<number>

The current turn rate, in degrees per second.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/HsiDataProvider.ts:21