Skip to main content

Interface: TocBocDetails

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

Details about the next TOC and BOC.

Properties

bocLegIndex

bocLegIndex: number

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

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.


distanceFromBoc

distanceFromBoc: number

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

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


distanceFromToc

distanceFromToc: number

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

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


tocAltitude

tocAltitude: number

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

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


tocConstraintIndex

tocConstraintIndex: number

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

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


tocLegDistance

tocLegDistance: number

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

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


tocLegIndex

tocLegIndex: number

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

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