mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #895, renamed data structure to DataDefinitionRemoteAircraftPartsWithoutLights
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a737b27ce8
commit
4a0ddfb5d1
@@ -75,7 +75,7 @@ namespace BlackSimPlugin
|
||||
};
|
||||
|
||||
//! Data struct of remote aircraft parts
|
||||
struct DataDefinitionRemoteAircraftParts
|
||||
struct DataDefinitionRemoteAircraftPartsWithoutLights
|
||||
{
|
||||
double flapsLeadingEdgeLeftPercent; //!< Leading edge left in percent
|
||||
double flapsLeadingEdgeRightPercent; //!< Leading edge right in percent
|
||||
@@ -89,7 +89,7 @@ namespace BlackSimPlugin
|
||||
double engine4Combustion; //!< Engine 4 combustion flag
|
||||
|
||||
//! Equal to other parts
|
||||
bool operator==(const DataDefinitionRemoteAircraftParts &rhs) const;
|
||||
bool operator==(const DataDefinitionRemoteAircraftPartsWithoutLights &rhs) const;
|
||||
|
||||
//! All engines on/off
|
||||
void setAllEngines(bool on);
|
||||
|
||||
Reference in New Issue
Block a user