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
readonly
flightPlans:FlightPlan
[]
Defined in: src/sdk/flightplan/FlightPlanner.ts:237
The plans contained by the flight planner.
planIndex
readonly
planIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:240
The index of the active plan.
uid
readonly
uid:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:234
The unique ID of the request that triggered this response.