|
swift
|
Data struct of remote aircraft parts. More...
Public Member Functions | |
| DataDefinitionRemoteAircraftPartsWithoutLights () | |
| Ctor. | |
| DataDefinitionRemoteAircraftPartsWithoutLights (const swift::misc::aviation::CAircraftParts &parts) | |
| Ctor. | |
| bool | operator== (const DataDefinitionRemoteAircraftPartsWithoutLights &rhs) const |
| Equal to other parts. | |
| void | setAllEngines (bool on) |
| All engines on/off. | |
| void | setEngine (int number1based, bool on) |
| Set given engine. | |
| void | resetAllFlaps () |
| Reset all flaps. | |
| void | resetSpoilers () |
| Reset spoilers. | |
| void | resetToInvalid () |
| Reset to invalid values. | |
| void | initFromParts (const swift::misc::aviation::CAircraftParts &parts) |
| Init from parts. | |
Public Attributes | |
| double | flapsLeadingEdgeLeftPercent |
| Leading edge left in percent 0..1. | |
| double | flapsLeadingEdgeRightPercent |
| Leading edge right in percent 0..1. | |
| double | flapsTrailingEdgeLeftPercent |
| Trailing edge left in percent 0..1. | |
| double | flapsTrailingEdgeRightPercent |
| Trailing edge right in percent 0..1. | |
| double | gearHandlePosition |
| Gear handle position. | |
| double | spoilersHandlePosition |
| Spoilers out? | |
| double | engine1Combustion |
| Engine 1 combustion flag. | |
| double | engine2Combustion |
| Engine 2 combustion flag. | |
| double | engine3Combustion |
| Engine 3 combustion flag. | |
| double | engine4Combustion |
| Engine 4 combustion flag. | |
Data struct of remote aircraft parts.
Definition at line 139 of file simconnectdatadefinition.h.