Type Alias: GarminObsLNavModuleOptions
GarminObsLNavModuleOptions =
object
Defined in: src/garminsdk/autopilot/lnav/GarminObsLNavModule.ts:11
Options for GarminObsLNavModule.
Properties
intercept?
optionalintercept:LNavInterceptFunc
Defined in: src/garminsdk/autopilot/lnav/GarminObsLNavModule.ts:23
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.
maxBankAngle?
optionalmaxBankAngle:number| () =>number
Defined in: src/garminsdk/autopilot/lnav/GarminObsLNavModule.ts:17
The maximum bank angle, in degrees, supported by the module, or a function which returns it. If not defined, then
the module will use the value published to the event bus for the autopilot's maximum bank angle. Defaults to
undefined.
useSimObsState?
optionaluseSimObsState:boolean
Defined in: src/garminsdk/autopilot/lnav/GarminObsLNavModule.ts:31
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.