Skip to main content

Interface: TocBocDetails

Details about the next TOC and BOC.

Properties

bocLegIndex

bocLegIndex: number

The global index of the leg that contains the next BOC, or -1 if there is no BOC. The BOC is always located at the beginning of its containing leg.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:157


distanceFromBoc

distanceFromBoc: number

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

Defined in

src/sdk/autopilot/VerticalNavigation.ts:169


distanceFromToc

distanceFromToc: number

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

Defined in

src/sdk/autopilot/VerticalNavigation.ts:166


tocAltitude

tocAltitude: number

The TOC altitude in meters. A negative value indicates there is no TOC.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:175


tocConstraintIndex

tocConstraintIndex: number

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

Defined in

src/sdk/autopilot/VerticalNavigation.ts:172


tocLegDistance

tocLegDistance: number

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

Defined in

src/sdk/autopilot/VerticalNavigation.ts:163


tocLegIndex

tocLegIndex: number

The global index of the leg that contains the next TOC, or -1 if there is no such TOC.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:160