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()?
optionalonActivate: () =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:81
A callback called when this director is activated.
Returns
void
Implementation of
onArm()?
optionalonArm: () =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:84
A callback called when this director is armed.
Returns
void
Implementation of
onDeactivate()?
optionalonDeactivate: () =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:87
A callback that is called when this director is deactivated.
Returns
void
Implementation of
setBank()?
optionalsetBank: (bank) =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:90
A callback called to set an exact AP bank target.
Parameters
| Parameter | Type |
|---|---|
bank | number |
Returns
void
Implementation of
state
state:
DirectorState=DirectorState.Inactive
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:78
The current director state.
Implementation of
Methods
activate()
activate():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:93
Activates this director.
Returns
void
Implementation of
arm()
arm():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:112
Arms this director.
Returns
void
Implementation of
deactivate()
deactivate():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:119
Deactivates this director.
Returns
void
Implementation of
update()
update():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:132
Updates this director.
Returns
void