Skip to main content

Interface: HsiDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:16

A data provider for an HSI.

Properties

activeNavIndicator

readonly activeNavIndicator: G3000NavIndicator

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:33

The nav indicator for the active nav source.


approachPreviewIndicator

readonly approachPreviewIndicator: G3000NavIndicator

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:36

The nav indicator for the approach course preview.


bearing1Indicator

readonly bearing1Indicator: G3000NavIndicator

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:39

The nav indicator for bearing pointer 1.


bearing2Indicator

readonly bearing2Indicator: G3000NavIndicator

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:42

The nav indicator for bearing pointer 2.


headingMag

readonly headingMag: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:18

The current magnetic heading, in degrees.


isGpsDataFailed

readonly isGpsDataFailed: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:63

Whether GPS data is in a failure state.


isHdgSyncModeActive

readonly isHdgSyncModeActive: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:48

Whether HDG sync mode is active.


isHeadingDataFailed

readonly isHeadingDataFailed: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:60

Whether heading data is in a failure state.


readonly lnavXtk: Subscribable<null | number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:51

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


magVar

readonly magVar: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:30

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


obsCourse

readonly obsCourse: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:57

The current magnetic OBS course, in degrees.


obsSuspMode

readonly obsSuspMode: Subscribable<ObsSuspModes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:54

The current LNAV OBS/suspend mode.


position

readonly position: Subscribable<GeoPointInterface>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:27

The current position of the plane.


selectedHeadingMag

readonly selectedHeadingMag: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:45

The current selected magnetic heading, in degrees.


trackMag

readonly trackMag: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:24

The current magnetic ground track, in degrees.


turnRate

readonly turnRate: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiDataProvider.ts:21

The current turn rate, in degrees per second.