Skip to main content

Interface: FlightPlanCalculatedEvent

Defined in: src/sdk/flightplan/FlightPlanner.ts:320

An event generated when a flight plan lateral vectorization is started or completed.

Properties

batch?

readonly optional batch: readonly Readonly<FlightPlanModBatch>[]

Defined in: src/sdk/flightplan/FlightPlanner.ts:331

The modification batch stack to which the calculation was assigned, in order of increasing nestedness. Not defined if the calculation was not assigned to any batches.


index?

readonly optional index: number

Defined in: src/sdk/flightplan/FlightPlanner.ts:325

The global index of the flight plan leg that the path was generated from.


planIndex

readonly planIndex: number

Defined in: src/sdk/flightplan/FlightPlanner.ts:322

The index of the flight plan.