swift
|
X-Plane data. More...
Public Attributes | |
QString | aircraftModelPath |
Aircraft model path. | |
QString | aircraftIcaoCode |
Aircraft ICAO code. | |
double | latitudeDeg = 0 |
Longitude [deg]. | |
double | longitudeDeg = 0 |
Latitude [deg]. | |
double | altitudeM = 0 |
Altitude [m]. | |
double | pressureAltitudeFt = 0 |
Pressure altitude [ft, XP12]. | |
double | heightAglM = 0 |
Height AGL [m]. | |
double | groundspeedMs = 0 |
Ground speed [m/s]. | |
double | pitchDeg = 0 |
Pitch [deg]. | |
double | rollDeg = 0 |
Roll [deg]. | |
double | trueHeadingDeg = 0 |
True heading [deg]. | |
double | localXVelocityMs = 0 |
Local x velocity [m/s]. | |
double | localYVelocityMs = 0 |
Local y velocity [m/s]. | |
double | localZVelocityMs = 0 |
Local z velocity [m/s]. | |
double | pitchRadPerSec = 0 |
Pitch angular velocity [rad/s]. | |
double | rollRadPerSec = 0 |
Roll angular velocity [rad/s]. | |
double | headingRadPerSec = 0 |
Heading angular velocity [rad/s]. | |
bool | onGroundAll = false |
All wheels on ground? | |
double | groundElevation = 0 |
Elevation of ground [m]. | |
int | com1ActiveKhz = 122800 |
COM1 active [kHz]. | |
int | com1StandbyKhz = 122800 |
COM1 standby [kHz]. | |
bool | isCom1Receiving = true |
COM1 receiving. | |
bool | isCom1Transmitting = true |
COM1 transmittings. | |
double | com1Volume = 1 |
COM1 volume 0..1. | |
int | com2ActiveKhz = 122800 |
COM2 active [kHz]. | |
int | com2StandbyKhz = 122800 |
COM2 standby [kHz]. | |
bool | isCom2Receiving = true |
COM2 receiving. | |
bool | isCom2Transmitting = true |
COM2 transmittings. | |
double | com2Volume = 1 |
COM2 volume 0..1. | |
int | xpdrCode = 2000 |
Transpondder code. | |
int | xpdrMode = 0 |
Transponder mode (off=0,stdby=1,on=2,test=3) | |
bool | xpdrIdent = false |
Is transponder in ident? | |
bool | beaconLightsOn = false |
Beacon lights on? | |
bool | landingLightsOn = false |
Landing lights on? | |
bool | navLightsOn = false |
NAV lights on? | |
bool | strobeLightsOn = false |
Strobe lights on? | |
bool | taxiLightsOn = false |
Taxi lights on? | |
double | flapsDeployRatio = 0 |
Flaps deployment ratio [%]. | |
double | gearDeployRatio = 0 |
Gear deployment ratio [%]. | |
QList< double > | enginesN1Percentage |
N1 per engine [%]. | |
double | speedBrakeRatio = 0 |
Speed break ratio [%]. | |
double | seaLevelPressureInHg = 0 |
Sea level pressure [inhg]. | |
X-Plane data.
Definition at line 67 of file simulatorxplane.h.