Skip to main content

Enumeration: LNavTransitionMode

Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:6

LNAV transition modes.

Enumeration Members

Egress

Egress: 2

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

LNAV is attempting to track an egress vector.


Ingress

Ingress: 1

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

LNAV is attempting to track an ingress vector.


None

None: 0

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

LNAV is attempting to track a non-transition vector.


Unsuspend

Unsuspend: 3

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

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