Binding of RoR::Autopilot.
int adjustVerticalSpeed(int addedVS)
Adds addedVS to the current vertical speed.
float getHorizontalApproachDeviation()
APHeadingMode getHeadingMode()
APAltitudeMode getAltitudeMode()
int adjustHeading(int addedHeading)
Adds addedHeading to the current heading.
int adjustAltitude(int addedAltitude)
Adds addedAltitude to the current altitude.
int adjustIAS(int addedIAS)
Adds addedIAS to the current airspeed reference for the auto-throttle.
bool toggleIAS()
Toggles the auto-throttle.
bool toggleGPWS()
Toggles the ground proximity warning system (GPWS).
APHeadingMode toggleHeading(APHeadingMode headingMode)
Sets or toggles the heading modes.
void disconnect()
Disconnects the autopilot.
APAltitudeMode toggleAltitude(APAltitudeMode altitudeMode)
Sets or toggles the altitude modes.
int getVerticalSpeedValue()
float getVerticalApproachDeviation()
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
APAltitudeMode
Altitude modes for the autopilot system.