Skip to main content

Interface: FlightPlanCalculatedEvent

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

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:339

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:333

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:330

The index of the flight plan.