Skip to main content

Enumeration: LNavTransitionMode

LNAV transition modes.

Enumeration Members

Egress

Egress = 2

LNAV is attempting to track an egress vector.

Defined in

src/sdk/autopilot/lnav/LNavTypes.ts:14


Ingress

Ingress = 1

LNAV is attempting to track an ingress vector.

Defined in

src/sdk/autopilot/lnav/LNavTypes.ts:11


None

None = 0

LNAV is attempting to track a non-transition vector.

Defined in

src/sdk/autopilot/lnav/LNavTypes.ts:8


Unsuspend

Unsuspend = 3

LNAV is attempting to track a non-transition vector prior to where the ingress transition joins the base flight path after deactivating suspend mode.

Defined in

src/sdk/autopilot/lnav/LNavTypes.ts:20