Skip to main content

Interface: GarminTodBodDetails

Defined in: src/garminsdk/autopilot/vnav/GarminVNavTypes.ts:46

Details about the next TOD and BOD for Garmin VNAV.

Extends

  • Omit<TodBodDetails, "currentConstraintLegIndex">

Properties

bodConstraintIndex

bodConstraintIndex: number

Defined in: src/garminsdk/autopilot/vnav/GarminVNavTypes.ts:48

The index of the VNAV constraint defining the BOD altitude, or -1 if there is no BOD.


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.

Inherited from

Omit.bodLegIndex


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.

Inherited from

Omit.distanceFromBod


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.

Inherited from

Omit.distanceFromTod


todConstraintIndex

todConstraintIndex: number

Defined in: src/garminsdk/autopilot/vnav/GarminVNavTypes.ts:51

The index of the VNAV constraint defining the descent path along which the TOD lies, or -1 if there is no TOD.


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.

Inherited from

Omit.todLegDistance


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.

Inherited from

Omit.todLegIndex