Type Alias: DefaultFlightPlanDataFieldCalculatorRepoOptions
DefaultFlightPlanDataFieldCalculatorRepoOptions =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/DefaultFlightPlanDataFieldCalculatorRepo.ts:18
Configuration options for DefaultFlightPlanDataFieldCalculatorRepo.
Properties
fuelOnBoardType?
optional
fuelOnBoardType:"sensed"
|"totalizer"
|"none"
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/DefaultFlightPlanDataFieldCalculatorRepo.ts:23
The type of fuel-on-board data used by the repository's calculators. Defaults to 'none'
.
supportSensedFuelFlow?
optional
supportSensedFuelFlow:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/DefaultFlightPlanDataFieldCalculatorRepo.ts:20
Whether sensed fuel flow can be used by the repository's calculators. Defaults to false
.