Skip to main content

Type Alias: GarminObsLNavModuleOptions

GarminObsLNavModuleOptions = object

Defined in: src/garminsdk/autopilot/lnav/GarminObsLNavModule.ts:11

Options for GarminObsLNavModule.

Properties

intercept?

optional intercept: LNavInterceptFunc

Defined in: src/garminsdk/autopilot/lnav/GarminObsLNavModule.ts:16

A function used to translate DTK and XTK into a track intercept angle. If not defined, then a function that computes intercept angles tuned for slow GA aircraft will be used.


useSimObsState?

optional useSimObsState: boolean

Defined in: src/garminsdk/autopilot/lnav/GarminObsLNavModule.ts:24

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, and standard sim OBS key events will be used to control the state. If false, then the OBS state exposed through the event bus topics defined in LNavObsEvents will be used, and control events defined in LNavObsControlEvents will be used to control the state. Defaults to true.