Ref T709, added support for taxi lights in XPlane, using the "bundle lights" flag

This commit is contained in:
Klaus Basan
2019-08-14 23:59:08 +02:00
committed by Mat Sutcliffe
parent 6e90ec5c72
commit 0da1881003
5 changed files with 31 additions and 12 deletions

View File

@@ -106,7 +106,8 @@ namespace XSwiftBus
//! Set the flight control surfaces and lights of multiple traffic aircrafts
void setPlanesSurfaces(const std::vector<std::string> &callsigns, const std::vector<double> &gears, const std::vector<double> &flaps, const std::vector<double> &spoilers,
const std::vector<double> &speedBrakes, const std::vector<double> &slats, const std::vector<double> &wingSweeps, const std::vector<double> &thrusts,
const std::vector<double> &elevators, const std::vector<double> &rudders, const std::vector<double> &ailerons, const std::vector<bool> &landLights,
const std::vector<double> &elevators, const std::vector<double> &rudders, const std::vector<double> &ailerons,
const std::vector<bool> &landLights, const std::vector<bool> &taxiLights,
const std::vector<bool> &beaconLights, const std::vector<bool> &strobeLights, const std::vector<bool> &navLights, const std::vector<int> &lightPatterns);
//! Set the transponder of multiple traffic aircraft