Class: FmsExternalFplSourceConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:258
A configuration object which defines FMS external flight plan data source options.
Implements
Constructors
Constructor
new FmsExternalFplSourceConfig(
element
,internalLNavIndex
,internalVNavIndex
):FmsExternalFplSourceConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:292
Creates a new FmsExternalFplSourceConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | A configuration document element. |
internalLNavIndex | number | The index of the LNAV instance used by the internal navigation source. |
internalVNavIndex | number | The index of the VNAV instance used by the internal navigation source. |
Returns
FmsExternalFplSourceConfig
Properties
apGuidanceIndex
readonly
apGuidanceIndex:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:281
The index of the autopilot guidance SimVars published by the external flight plan data source.
cdiId
readonly
cdiId:string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:284
The ID of the external flight plan data source's CDI.
flightPathCalculatorId
readonly
flightPathCalculatorId:string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:266
The flight path calculator ID of the external flight plan data source.
flightPlannerId
readonly
flightPlannerId:string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:263
The flight planner ID of the external flight plan data source.
index
readonly
index:G3XExternalNavigatorIndex
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:260
The index of the external flight plan data source's parent external navigator.
lnavIndex
readonly
lnavIndex:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:269
The index of the LNAV instance to use for the external flight plan data source.
useSimObsState
readonly
useSimObsState:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:272
Whether the external flight plan data source uses the sim's native OBS state.
vnavIndex
readonly
vnavIndex:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/FmsConfig.ts:278
The index of the VNAV instance to use for the external flight plan data source, or -1
if the external flight
plan data source does not support VNAV.