Class: APNoneVerticalDirector
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:7
A director that removes all vertical guidance from the autopilot system.
Implements
Constructors
Constructor
new APNoneVerticalDirector():
APNoneVerticalDirector
Returns
APNoneVerticalDirector
Properties
drivePitch()?
optionaldrivePitch: (pitch,adjustForAoa?,adjustForVerticalWind?) =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:22
A function used to drive the autopilot commanded pitch angle toward a desired value while optionally correcting for angle of attack and vertical wind.
Parameters
| Parameter | Type |
|---|---|
pitch | number |
adjustForAoa? | boolean |
adjustForVerticalWind? | boolean |
Returns
void
Implementation of
onActivate()?
optionalonActivate: () =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:13
A callback called when this director is activated.
Returns
void
Implementation of
onArm()?
optionalonArm: () =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:16
A callback called when this director is armed.
Returns
void
Implementation of
onDeactivate()?
optionalonDeactivate: () =>void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:19
A callback that is called when this director is deactivated.
Returns
void
Implementation of
state
state:
DirectorState=DirectorState.Inactive
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:10
The current director state.
Implementation of
Methods
activate()
activate():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:25
Activates this director.
Returns
void
Implementation of
arm()
arm():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:47
Arms this director.
Returns
void
Implementation of
deactivate()
deactivate():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:54
Deactivates this director.
Returns
void
Implementation of
update()
update():
void
Defined in: src/sdk/autopilot/directors/APNoneDirectors.ts:67
Updates this director.
Returns
void