Skip to main content

Interface: FlightPlanResponseEvent

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

An event generated when an instrument responds to a full flight plan set request.

Properties

flightPlans

readonly flightPlans: (null | FlightPlan)[]

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

The plans contained by the flight planner.


planIndex

readonly planIndex: number

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

The index of the active plan.


uid

readonly uid: number

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

The unique ID of the request that triggered this response.