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
Parameter | 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.