![]() |
Rise
The Vieneo Province
|
(25) Automatic Flight Control System (AFCS) modes and engagement status, including autothrottle; More...
#include <Bus.h>
Public Types | |
enum | VerticalModes : int { VerticalMode_TakeOff = -1, VerticalMode_Off = 0, Pitch = 1, VerticalSpeed = 2, SpeedPitch = 3, AltitudeMsl = 4, AltitudeAgl = 5, GlideSlope = 6, VerticalMode_Enum = 7 } |
so I guess we allow them to fly until they get to x degrees off More... | |
enum | LateralModes : int { LateralMode_TakeOff = -1, LateralMode_Off = 0, Roll = 1, Heading = 2, Navigation = 3, Localizer = 4, LateralMode_Enum = 5 } |
Public Attributes | |
bool | AutopilotEngaged = false |
bool | AutothrottleEngaged = false |
enum Bus::Afcs::VerticalModes | CurrentVerticalMode = VerticalModes::VerticalMode_Off |
enum Bus::Afcs::VerticalModes | StandbyVerticalMode = VerticalModes::VerticalMode_Off |
enum Bus::Afcs::LateralModes | CurrentLateralMode = LateralModes::LateralMode_Off |
enum Bus::Afcs::LateralModes | StandbyLateralMode = LateralModes::LateralMode_Off |
float | DesiredVsiKms = 0.0f |
float | DesiredHeadingRadians = 0.0f |
float | DesiredCourseRadians = 0.0f |
float | DesiredRollRadians = 0.0f |
float | DesiredPitchRadians = 0.0f |
float | DesiredAltitudeKm = 0.0f |
float | DesiredThrust = 0.0f |
float | DesiredIasKms = 0.0f |
float | PitchInput = 0.0f |
float | RollInput = 0.0f |
float | YawInput = 0.0f |
bool | TvmOn = false |
float | DesiredClosingSpeed = 0.0f |
float | TvmCurrentClosingSpeed = 0.0f |
bool | DorOn = false |
(25) Automatic Flight Control System (AFCS) modes and engagement status, including autothrottle;
enum Bus::Afcs::LateralModes : int |
enum Bus::Afcs::VerticalModes : int |
enum Bus::Afcs::LateralModes Bus::Afcs::CurrentLateralMode = LateralModes::LateralMode_Off |
enum Bus::Afcs::VerticalModes Bus::Afcs::CurrentVerticalMode = VerticalModes::VerticalMode_Off |
enum Bus::Afcs::LateralModes Bus::Afcs::StandbyLateralMode = LateralModes::LateralMode_Off |
enum Bus::Afcs::VerticalModes Bus::Afcs::StandbyVerticalMode = VerticalModes::VerticalMode_Off |