Skip to main content

Class: HsiSource

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:54

Encapsulation of the logic for an nav source.

Constructors

Constructor

new HsiSource(id): HsiSource

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:78

Create an HSI Source

Parameters

ParameterTypeDescription
idNavSourceIdThe navsourceid.

Returns

HsiSource

Properties

altDeviation

altDeviation: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:70


bearing

bearing: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:57


deviation

deviation: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:59


deviationScale

deviationScale: number = 1.0

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:60


deviationScaleLabel

deviationScaleLabel: CDIScaleLabel | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:61


distance

distance: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:58


dtk_obs

dtk_obs: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:63


frequency

frequency: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:72


gsDeviation

gsDeviation: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:69


hasDme

hasDme: boolean = false

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:71


hasGlideslope

hasGlideslope: boolean = false

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:68


hasLocalizer

hasLocalizer: boolean = false

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:66


hasSignal

hasSignal: boolean = false

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:65


isLocalizer

isLocalizer: boolean = false

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:64


localizerCourse

localizerCourse: number | null = null

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:67


source

source: NavSourceId

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:55


toFrom

toFrom: VorToFrom = VorToFrom.OFF

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:62


valid

valid: boolean = false

Defined in: src/garminsdk/navigation/NavIndicatorController.ts:56