mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Ref T709, added support for taxi lights in XPlane, using the "bundle lights" flag
This commit is contained in:
committed by
Mat Sutcliffe
parent
6e90ec5c72
commit
0da1881003
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user