Skip to main content

Interface: NavToNavManager

Defined in: src/sdk/autopilot/managers/NavToNavManager.ts:5

An interface that describes a manager for dictating nav to nav transfer behavior and criteria.

Properties

onTransferred()

onTransferred: () => void

Defined in: src/sdk/autopilot/managers/NavToNavManager.ts:9

A callback called when the nav transfer has been completed.

Returns

void

Methods

canLocActivate()

canLocActivate(): boolean

Defined in: src/sdk/autopilot/managers/NavToNavManager.ts:23

A method that determines whether or not an armed loc nav mode can become active.

Returns

boolean

True if it can become active, false otherwise.


canLocArm()

canLocArm(): boolean

Defined in: src/sdk/autopilot/managers/NavToNavManager.ts:16

A method that determines whether or not nav mode can be armed when approach mode is attempted to be armed.

Returns

boolean

True if it can be armed, false otherwise.