Skip to main content

Class: APNoneLateralDirector

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:63

A director that removes all lateral guidance from the autopilot system.

Implements

Constructors

Constructor

new APNoneLateralDirector(): APNoneLateralDirector

Returns

APNoneLateralDirector

Properties

onActivate()?

optional onActivate: () => void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:104

A callback called when a mode signals it should be activated.

Returns

void

Implementation of

PlaneDirector.onActivate


onArm()?

optional onArm: () => void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:107

A callback called when a mode signals it should be armed.

Returns

void

Implementation of

PlaneDirector.onArm


onDeactivate()?

optional onDeactivate: () => void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:110

A callback called when a mode signals it should be deactivated.

Returns

void

Implementation of

PlaneDirector.onDeactivate


setBank()?

optional setBank: (bank) => void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:69

A callback called to set an exact AP bank target.

Parameters

ParameterType
banknumber

Returns

void

Implementation of

PlaneDirector.setBank


state

state: DirectorState = DirectorState.Inactive

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:66

The current director state.

Implementation of

PlaneDirector.state

Methods

activate()

activate(): void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:72

Activates the guidance mode.

Returns

void

Implementation of

PlaneDirector.activate


arm()

arm(): void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:87

Arms the guidance mode.

Returns

void

Implementation of

PlaneDirector.arm


deactivate()

deactivate(): void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:94

Deactivates the guidance mode.

Returns

void

Implementation of

PlaneDirector.deactivate


update()

update(): void

Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:99

Updates the guidance mode control loops.

Returns

void

Implementation of

PlaneDirector.update