Interface: FlightPlanDataFieldCalculator
A calculator of flight plan data field values.
Methods
calculate
▸ calculate(dataFieldIndex
, dataItems
, cumulativeDataField
): void
Calculates values for flight plan data fields and writes the values to the fields.
Parameters
Name | Type | Description |
---|---|---|
dataFieldIndex | number | The index of the data field for which to calculate values. |
dataItems | readonly FlightPlanDataItem [] | The data items describing the flight plan for which to calculate data field values. |
cumulativeDataField | null | FlightPlanDataField <FlightPlanDataFieldType > | The data field representing the cumulative total value over the entire flight plan. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataFieldCalculator.ts:14