swift
|
Data struct of our own aircraft. More...
Public Attributes | |
double | latitudeDeg |
Latitude (deg) | |
double | longitudeDeg |
Longitude (deg) | |
double | altitudeFt |
Altitude (ft) | |
double | altitudeAGLFt |
Altitude above ground (ft) | |
double | pressureAltitudeM |
Pressure altitude (m) | |
double | cgToGroundFt |
Static CG to ground (ft) | |
double | trueHeadingDeg |
True heading (deg) | |
double | pitchDeg |
Pitch (deg) | |
double | bankDeg |
Bank (deg) | |
double | velocity |
Ground velocity. | |
double | elevationFt |
Elevation (ft) | |
double | simOnGround |
Is aircraft on ground? | |
double | lightStrobe |
Is strobe light on? | |
double | lightLanding |
Is landing light on? | |
double | lightTaxi |
Is taxi light on? | |
double | lightBeacon |
Is beacon light on? | |
double | lightNav |
Is nav light on? | |
double | lightLogo |
Is logo light on? | |
double | transponderCode |
Transponder Code. | |
double | com1ActiveMHz |
COM1 active frequency. | |
double | com2ActiveMHz |
COM2 active frequency. | |
double | com1StandbyMHz |
COM1 standby frequency. | |
double | com2StandbyMHz |
COM2 standby frequency. | |
double | comTransmit1 |
COM1 transmit, means also receiving. | |
double | comTransmit2 |
COM2 transmit, means also receiving. | |
double | comReceiveAll |
all COMs receiving, or COM:x transmitting or receiving | |
double | comTest1 |
COM1 test. | |
double | comTest2 |
COM2 test. | |
double | comStatus1 |
COM1 status. | |
double | comStatus2 |
COM2 status. | |
double | flapsHandlePosition |
Flaps handle position in percent. | |
double | spoilersHandlePosition |
Spoilers out? (flag) | |
double | gearHandlePosition |
Gear handle position (flag) | |
double | numberOfEngines |
Number of engines. | |
double | engine1Combustion |
Engine 1 combustion flag. | |
double | engine2Combustion |
Engine 2 combustion flag. | |
double | engine3Combustion |
Engine 3 combustion flag. | |
double | engine4Combustion |
Engine 4 combustion flag. | |
double | velocityWorldX |
Velocity World X. | |
double | velocityWorldY |
Velocity World Y. | |
double | velocityWorldZ |
Velocity World Z. | |
double | rotationVelocityBodyX |
Rotation Velocity Body X. | |
double | rotationVelocityBodyY |
Rotation Velocity Body Y. | |
double | rotationVelocityBodyZ |
Rotation Velocity Body Z. | |
double | altitudeCalibratedFt |
Altitude without temperature effect (ft, FS2020) | |
Data struct of our own aircraft.
Definition at line 28 of file simconnectdatadefinition.h.