Skip to main content

Type Alias: NavdataComputerOptions

NavdataComputerOptions = object

Defined in: src/garminsdk/navigation/NavdataComputer.ts:21

Configuration options for NavdataComputer.

Properties

optional lnavIndex: number

Defined in: src/garminsdk/navigation/NavdataComputer.ts:23

The index of the LNAV computer from which to source data. Defaults to 0.


useSimObsState?

optional useSimObsState: boolean

Defined in: src/garminsdk/navigation/NavdataComputer.ts:30

Whether to use the sim's native OBS state. If true, then the sim's OBS state as exposed through the event bus topics defined in NavEvents will be used. If false, then the OBS state exposed through the event bus topics defined in LNavObsEvents will be used. Defaults to true.


useVfrCdiScaling?

optional useVfrCdiScaling: boolean | Subscribable<boolean>

Defined in: src/garminsdk/navigation/NavdataComputer.ts:36

Whether to use VFR instead of IFR CDI scaling logic. Defaults to false.


vnavIndex?

optional vnavIndex: number | Subscribable<number>

Defined in: src/garminsdk/navigation/NavdataComputer.ts:33

The index of the VNAV from which to source data. Defaults to 0.