Interface: NavToNavManager
An interface that describes a manager for dictating nav to nav transfer behavior and criteria.
Properties
onTransferred
• onTransferred: () => void
A callback called when the nav transfer has been completed.
Type declaration
▸ (): void
A callback called when the nav transfer has been completed.
Returns
void
Defined in
src/sdk/autopilot/managers/NavToNavManager.ts:9
Methods
canLocActivate
▸ canLocActivate(): boolean
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.
Defined in
src/sdk/autopilot/managers/NavToNavManager.ts:23
canLocArm
▸ canLocArm(): boolean
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.
Defined in
src/sdk/autopilot/managers/NavToNavManager.ts:16