|
swift
|
Flightgear 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 | altitudeFt = 0 |
| Altitude [ft]. | |
| double | groundspeedKts = 0 |
| Ground speed [kts]. | |
| double | pitchDeg = 0 |
| Pitch [deg]. | |
| double | rollDeg = 0 |
| Roll [deg]. | |
| double | trueHeadingDeg = 0 |
| True heading [deg]. | |
| double | velocityXMs = 0 |
| x velocity [m/s] | |
| double | velocityYMs = 0 |
| y velocity [m/s] | |
| double | velocityZMs = 0 |
| z velocity [m/s] | |
| double | pitchRateRadPerSec = 0 |
| Pitch angular velocity [rad/s]. | |
| double | rollRateRadPerSec = 0 |
| Roll angular velocity [rad/s]. | |
| double | yawRateRadPerSec = 0 |
| Yaw angular velocity [rad/s]. | |
| bool | onGroundAll = false |
| All wheels on ground? | |
| int | com1ActiveKhz = 122800 |
| COM1 active [kHz]. | |
| int | com1StandbyKhz = 122800 |
| COM1 standby [kHz]. | |
| int | com2ActiveKhz = 122800 |
| COM2 active [kHz]. | |
| int | com2StandbyKhz = 122800 |
| COM2 standby [kHz]. | |
| int | xpdrCode = 2000 |
| Transpondder code. | |
| int | xpdrMode = 0 |
| Transponder mode (off=0,stdby=1-2, >2 on) | |
| 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 | flapsReployRatio = false |
| Flaps deployment ratio [%]. | |
| double | gearReployRatio = false |
| Gear deployment ratio [%]. | |
| QList< double > | enginesN1Percentage |
| N1 per engine [%]. | |
| double | speedBrakeRatio = 0 |
| Speed break ratio [%]. | |
| double | pressureAltitudeFt = 0 |
| Pressure altitude [inhg]. | |
| double | groundElevation = 0 |
| Ground Elevation [m]. | |
| double | volumeCom1 = 1 |
| Volume com1 [0..1]. | |
| double | volumeCom2 = 1 |
| Volume com2 [0..1]. | |
Flightgear data.
Definition at line 69 of file simulatorflightgear.h.