Skip to main content

Interface: FlightPlanDataFieldCalculatorRepo

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataFieldCalculatorRepo.ts:7

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

Methods

get()

get(type): FlightPlanDataFieldCalculator

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataFieldCalculatorRepo.ts:13

Retrieves a flight plan data field calculator.

Parameters

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

Returns

FlightPlanDataFieldCalculator

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