Skip to main content

Interface: FlightPlanDataFieldCalculatorRepo

A repository from which flight plan data field calculators can be retrieved by data field type.

Implemented by

Methods

get

get(type): FlightPlanDataFieldCalculator

Retrieves a flight plan data field calculator.

Parameters

NameTypeDescription
typeFlightPlanDataFieldTypeThe data field type for which to retrieve a calculator.

Returns

FlightPlanDataFieldCalculator

A flight plan data field calculator for the specified data field type.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataFieldCalculatorRepo.ts:13