Interface: SetVnavDirectToData
Defined in: src/sdk/autopilot/vnav/VNavControlEvents.ts:7
Data describing how to set a VNAV direct-to.
Properties
fpa?
optional
fpa:number
Defined in: src/sdk/autopilot/vnav/VNavControlEvents.ts:21
The flight path angle, in degrees, of the VNAV direct-to. If not defined, the default VNAV FPA will be applied.
Ignored if globalLegIndex
is negative.
globalLegIndex
globalLegIndex:
number
Defined in: src/sdk/autopilot/vnav/VNavControlEvents.ts:15
The global index of the flight plan leg containing the VNAV direct-to target constraint. Using a negative index will cancel any existing VNAV direct-to.
planIndex
planIndex:
number
Defined in: src/sdk/autopilot/vnav/VNavControlEvents.ts:9
The index of the flight plan for which to set the VNAV direct-to.