Skip to main content

Class: FmsExternalFplSourceConfig

A configuration object which defines FMS external flight plan data source options.

Implements

Constructors

constructor

new FmsExternalFplSourceConfig(element, internalLNavIndex, internalVNavIndex): FmsExternalFplSourceConfig

Creates a new FmsExternalFplSourceConfig from a configuration document element.

Parameters

NameTypeDescription
elementElementA configuration document element.
internalLNavIndexnumberThe index of the LNAV instance used by the internal navigation source.
internalVNavIndexnumberThe index of the VNAV instance used by the internal navigation source.

Returns

FmsExternalFplSourceConfig

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:292

Properties

apGuidanceIndex

Readonly apGuidanceIndex: number

The index of the autopilot guidance SimVars published by the external flight plan data source.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:281


cdiId

Readonly cdiId: string

The ID of the external flight plan data source's CDI.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:284


flightPathCalculatorId

Readonly flightPathCalculatorId: string

The flight path calculator ID of the external flight plan data source.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:266


flightPlannerId

Readonly flightPlannerId: string

The flight planner ID of the external flight plan data source.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:263


index

Readonly index: G3XExternalNavigatorIndex

The index of the external flight plan data source's parent external navigator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:260


Readonly lnavIndex: number

The index of the LNAV instance to use for the external flight plan data source.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:269


useSimObsState

Readonly useSimObsState: boolean

Whether the external flight plan data source uses the sim's native OBS state.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:272


vnavIndex

Readonly vnavIndex: number

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.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/FmsConfig.ts:278