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