Class: HsiSource
Encapsulation of the logic for an nav source.
Constructors
constructor
• new HsiSource(id
): HsiSource
Create an HSI Source
Parameters
Name | Type | Description |
---|---|---|
id | NavSourceId | The navsourceid. |
Returns
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:78
Properties
altDeviation
• altDeviation: null
| number
= null
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:70
bearing
• bearing: null
| number
= null
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:57
deviation
• deviation: null
| number
= null
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:59
deviationScale
• deviationScale: number
= 1.0
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:60
deviationScaleLabel
• deviationScaleLabel: null
| CDIScaleLabel
= null
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:61
distance
• distance: null
| number
= null
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:58
dtk_obs
• dtk_obs: null
| number
= null
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:63
frequency
• frequency: null
| number
= null
Defined in
src/garminsdk/navigation/NavIndicatorController.ts:72
gsDeviation
• gsDeviation: null
| number
= 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: null
| number
= 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