Skip to main content

Class: APNoneLateralDirector

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

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:81

A callback called when this director is activated.

Returns

void

Implementation of

PlaneDirector.onActivate


onArm()?

optional onArm: () => void

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

A callback called when this director is armed.

Returns

void

Implementation of

PlaneDirector.onArm


onDeactivate()?

optional onDeactivate: () => void

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

A callback that is called when this director is deactivated.

Returns

void

Implementation of

PlaneDirector.onDeactivate


setBank()?

optional setBank: (bank) => void

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

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:78

The current director state.

Implementation of

PlaneDirector.state

Methods

activate()

activate(): void

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

Activates this director.

Returns

void

Implementation of

PlaneDirector.activate


arm()

arm(): void

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

Arms this director.

Returns

void

Implementation of

PlaneDirector.arm


deactivate()

deactivate(): void

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

Deactivates this director.

Returns

void

Implementation of

PlaneDirector.deactivate


update()

update(): void

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

Updates this director.

Returns

void

Implementation of

PlaneDirector.update