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
Name | Type | Description |
---|---|---|
type | FlightPlanDataFieldType | The data field type for which to retrieve a calculator. |
Returns
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