Interface: TodBodDetails
Details about the next TOD and BOD.
Properties
bodLegIndex
• bodLegIndex: number
The global index of the leg that contains the next BOD, or -1 if there is no BOD. The next BOD is defined as the next point in the flight path including or after the active leg where the VNAV profile transitions from a descent to a level-off, discontinuity, or the end of the flight path. The BOD is always located at the end of its containing leg.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:127
currentConstraintLegIndex
• currentConstraintLegIndex: number
The global index of the leg that contains the current VNAV constraint.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:146
distanceFromBod
• distanceFromBod: number
The distance along the flight path from the airplane's present position to the BOD, in meters.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:143
distanceFromTod
• distanceFromTod: number
The distance along the flight path from the airplane's present position to the TOD, in meters.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:140
todLegDistance
• todLegDistance: number
The distance from the TOD to the end of its containing leg, in meters.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:137
todLegIndex
• todLegIndex: number
The global index of the leg that contains the TOD associated with the next BOD, or -1 if there is no such TOD. The TOD is defined as the point along the flight path at which the aircraft will intercept the VNAV profile continuing to the next BOD if it continues to fly level at its current altitude.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:134