refs #895, renamed data structure to DataDefinitionRemoteAircraftPartsWithoutLights

This commit is contained in:
Klaus Basan
2017-03-03 23:40:50 +01:00
committed by Mathew Sutcliffe
parent a737b27ce8
commit 4a0ddfb5d1
5 changed files with 43 additions and 43 deletions

View File

@@ -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);