Skip to main content

Class: FmsFlightPlanningConfig

A configuration object which defines FMS flight planning options.

Implements

Constructors

constructor

new FmsFlightPlanningConfig(element): FmsFlightPlanningConfig

Creates a new FmsFlightPlanningConfig from a configuration document element.

Parameters

NameTypeDescription
elementundefined | ElementA configuration document element.

Returns

FmsFlightPlanningConfig

Defined in

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

Properties

fuelOnBoardType

Readonly fuelOnBoardType: "none" | "sensed" | "totalizer"

The type of fuel-on-board data used in flight planning calculations.

Defined in

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


supportSensedFuelFlow

Readonly supportSensedFuelFlow: boolean

Whether flight planning calculations support the use of sensed fuel flow data.

Defined in

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