Skip to main content

Interface: TodBodDetails

Defined in: src/sdk/autopilot/VerticalNavigation.ts:120

Details about the next TOD and BOD.

Properties

bodLegIndex

bodLegIndex: number

Defined in: src/sdk/autopilot/VerticalNavigation.ts:127

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.


currentConstraintLegIndex

currentConstraintLegIndex: number

Defined in: src/sdk/autopilot/VerticalNavigation.ts:146

The global index of the leg that contains the current VNAV constraint.


distanceFromBod

distanceFromBod: number

Defined in: src/sdk/autopilot/VerticalNavigation.ts:143

The distance along the flight path from the airplane's present position to the BOD, in meters.


distanceFromTod

distanceFromTod: number

Defined in: src/sdk/autopilot/VerticalNavigation.ts:140

The distance along the flight path from the airplane's present position to the TOD, in meters.


todLegDistance

todLegDistance: number

Defined in: src/sdk/autopilot/VerticalNavigation.ts:137

The distance from the TOD to the end of its containing leg, in meters.


todLegIndex

todLegIndex: number

Defined in: src/sdk/autopilot/VerticalNavigation.ts:134

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.