Interface: FlightPlanResponseEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:232
An event generated when an instrument responds to a full flight plan set request.
Properties
flightPlans
readonlyflightPlans:FlightPlan[]
Defined in: src/sdk/flightplan/FlightPlanner.ts:237
The plans contained by the flight planner.
planIndex
readonlyplanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:240
The index of the active plan.
uid
readonlyuid:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:234
The unique ID of the request that triggered this response.