Type Alias: G3XFmsOptions
G3XFmsOptions =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:45
Configuration options for G3XFms.
Properties
externalFplSourceOptions?
optional
externalFplSourceOptions: readonly (Readonly
<G3XFmsExternalFplSourceOptions
> |undefined
)[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:62
Configuration options for external flight plan data sources, indexed by external source index. If not defined, then external sources will not be supported.
lnavIndex
lnavIndex:
number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:47
The index of the LNAV computer associated with the FMS's active flight plan.
useSimObsState
useSimObsState:
boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:56
Whether the FMS's internal navigation source uses 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
.