Interface: VerticalFlightPlan
Defined in: src/sdk/autopilot/VerticalNavigation.ts:72
A Vertical Flight Plan cooresponding to a lateral flight plan.
Properties
constraints
constraints:
VNavConstraint
[]
Defined in: src/sdk/autopilot/VerticalNavigation.ts:84
The VNav Constraints in this Vertical Flight Plan
currentAlongLegDistance
currentAlongLegDistance:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:111
The current along leg distance for the active lateral leg in this flight plan
destLegIndex
destLegIndex:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:87
The global leg index of the destination leg, or undefined
fafLegIndex
fafLegIndex:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:90
The global leg index of the FAF leg, or undefined
firstDescentConstraintLegIndex
firstDescentConstraintLegIndex:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:93
The global leg index of the first descent constraint, or undefined
lastDescentConstraintLegIndex
lastDescentConstraintLegIndex:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:96
The global leg index of the last descent constraint, or undefined
length
length:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:78
The number of legs in this flight plan.
missedApproachStartIndex
missedApproachStartIndex:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:99
The global leg index of the first missed approach leg, or undefined
planChanged
planChanged:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:114
Whether the corresponding lateral flight plan has changed since the last time this plan was calculated.
planIndex
planIndex:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:75
The Flight Plan Index
segments
segments:
VNavPlanSegment
[]
Defined in: src/sdk/autopilot/VerticalNavigation.ts:81
The Flight Plan Segments in the VerticalFlightPlan (should always be the same as the lateral plan)
verticalDirectFpa
verticalDirectFpa:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:108
The flight path angle, in degrees, of this plan's vertical direct constraint, or undefined
if there is no
vertical direct constraint. Positive angles represent descending paths.
verticalDirectIndex
verticalDirectIndex:
undefined
|number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:102
The global leg index of the currently active vertical direct leg, or undefined