Skip to main content

Interface: GarminTodBodDetails

Details about the next TOD and BOD for Garmin VNAV.

Hierarchy

  • Omit<TodBodDetails, "currentConstraintLegIndex">

    GarminTodBodDetails

Properties

bodConstraintIndex

bodConstraintIndex: number

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

Defined in

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


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.

Inherited from

Omit.bodLegIndex

Defined in

src/sdk/autopilot/VerticalNavigation.ts:127


distanceFromBod

distanceFromBod: number

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

Inherited from

Omit.distanceFromBod

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.

Inherited from

Omit.distanceFromTod

Defined in

src/sdk/autopilot/VerticalNavigation.ts:140


todConstraintIndex

todConstraintIndex: number

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

Defined in

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


todLegDistance

todLegDistance: number

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

Inherited from

Omit.todLegDistance

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.

Inherited from

Omit.todLegIndex

Defined in

src/sdk/autopilot/VerticalNavigation.ts:134