#include <AutoPilot.h>
Definition at line 34 of file AutoPilot.h.
◆ anonymous enum
Enumerator |
---|
HEADING_NONE | |
HEADING_FIXED | |
HEADING_WLV | |
HEADING_NAV | |
Definition at line 38 of file AutoPilot.h.
◆ anonymous enum
Enumerator |
---|
ALT_NONE | |
ALT_FIXED | |
ALT_VS | |
Definition at line 46 of file AutoPilot.h.
◆ Autopilot()
Autopilot::Autopilot |
( |
int |
actor_id | ) |
|
◆ adjALT()
int Autopilot::adjALT |
( |
int |
d | ) |
|
◆ adjHDG()
int Autopilot::adjHDG |
( |
int |
d | ) |
|
◆ adjIAS()
int Autopilot::adjIAS |
( |
int |
d | ) |
|
◆ adjVS()
int Autopilot::adjVS |
( |
int |
d | ) |
|
◆ disconnect()
void Autopilot::disconnect |
( |
| ) |
|
◆ getAilerons()
float Autopilot::getAilerons |
( |
| ) |
|
◆ GetAltMode()
int RoR::Autopilot::GetAltMode |
( |
| ) |
const |
|
inline |
◆ GetAltValue()
int RoR::Autopilot::GetAltValue |
( |
| ) |
const |
|
inline |
◆ getElevator()
float Autopilot::getElevator |
( |
| ) |
|
◆ GetGpwsMode()
bool RoR::Autopilot::GetGpwsMode |
( |
| ) |
const |
|
inline |
◆ GetHeadingMode()
int RoR::Autopilot::GetHeadingMode |
( |
| ) |
const |
|
inline |
◆ GetHorizontalApproachDeviation()
float RoR::Autopilot::GetHorizontalApproachDeviation |
( |
| ) |
|
|
inline |
◆ GetIasMode()
bool RoR::Autopilot::GetIasMode |
( |
| ) |
const |
|
inline |
◆ GetIasValue()
int RoR::Autopilot::GetIasValue |
( |
| ) |
const |
|
inline |
◆ getRudder()
float Autopilot::getRudder |
( |
| ) |
|
◆ getThrottle()
float Autopilot::getThrottle |
( |
float |
thrtl, |
|
|
float |
dt |
|
) |
| |
◆ GetVerticalApproachDeviation()
float RoR::Autopilot::GetVerticalApproachDeviation |
( |
| ) |
|
|
inline |
◆ GetVsValue()
int RoR::Autopilot::GetVsValue |
( |
| ) |
const |
|
inline |
◆ gpws_update()
void Autopilot::gpws_update |
( |
float |
spawnheight | ) |
|
◆ IsIlsAvailable()
bool RoR::Autopilot::IsIlsAvailable |
( |
| ) |
|
|
inline |
◆ reset()
void Autopilot::reset |
( |
| ) |
|
◆ setInertialReferences()
◆ toggleAlt()
int Autopilot::toggleAlt |
( |
int |
mode | ) |
|
◆ toggleGPWS()
bool Autopilot::toggleGPWS |
( |
| ) |
|
◆ toggleHeading()
int Autopilot::toggleHeading |
( |
int |
mode | ) |
|
◆ toggleIAS()
bool Autopilot::toggleIAS |
( |
| ) |
|
◆ UpdateIls()
◆ alt
◆ heading
int RoR::Autopilot::heading |
◆ ias
◆ last_aileron
float RoR::Autopilot::last_aileron |
|
private |
◆ last_closest_hdist
float RoR::Autopilot::last_closest_hdist |
|
private |
◆ last_elevator
float RoR::Autopilot::last_elevator |
|
private |
◆ last_gpws_height
float RoR::Autopilot::last_gpws_height |
|
private |
◆ last_pullup_height
float RoR::Autopilot::last_pullup_height |
|
private |
◆ last_rudder
float RoR::Autopilot::last_rudder |
|
private |
◆ m_actor_id
int RoR::Autopilot::m_actor_id |
|
private |
◆ m_horizontal_locator_available
bool RoR::Autopilot::m_horizontal_locator_available |
|
private |
◆ m_ils_angle_hdev
float RoR::Autopilot::m_ils_angle_hdev |
|
private |
◆ m_ils_angle_vdev
float RoR::Autopilot::m_ils_angle_vdev |
|
private |
◆ m_ils_runway_distance
float RoR::Autopilot::m_ils_runway_distance |
|
private |
◆ m_ils_runway_heading
float RoR::Autopilot::m_ils_runway_heading |
|
private |
◆ m_vertical_locator_available
bool RoR::Autopilot::m_vertical_locator_available |
|
private |
◆ mode_alt
int RoR::Autopilot::mode_alt |
|
private |
◆ mode_gpws
bool RoR::Autopilot::mode_gpws |
|
private |
◆ mode_heading
int RoR::Autopilot::mode_heading |
|
private |
◆ mode_ias
bool RoR::Autopilot::mode_ias |
|
private |
◆ ref_b
◆ ref_c
◆ ref_l
◆ ref_r
◆ ref_span
float RoR::Autopilot::ref_span |
|
private |
◆ vs
◆ wantsdisconnect
bool RoR::Autopilot::wantsdisconnect |
The documentation for this class was generated from the following files: