Type Alias: G3XFmsExternalFplSourceOptions
G3XFmsExternalFplSourceOptions =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:19
Configuration options for an external flight plan data source for G3XFms.
Properties
cdiId
cdiId:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:39
The ID of the CDI used by the external flight plan data source.
flightPlanner
flightPlanner:
FlightPlanner
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:21
The flight planner of the external flight plan data source.
lnavIndex
lnavIndex:
number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:30
The index of the LNAV instance used by the external flight plan data source.
useSimObsState
useSimObsState:
boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:33
Whether the external flight plan data source uses the sim's native OBS state.
verticalPathCalculator?
optional
verticalPathCalculator:VNavPathCalculator
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:27
The vertical path calculator to use with the external flight plan data source, or undefined
if the external
source does not support VNAV.
vnavIndex
vnavIndex:
number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/G3XFms.ts:36
The index of the VNAV instance used by the external flight plan data source.