mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Move XPlane gnd flag handling from parts to situation
ref T276
This commit is contained in:
committed by
Klaus Basan
parent
10a0575a80
commit
05e0480bb4
@@ -101,7 +101,7 @@ namespace BlackSimPlugin
|
||||
m_dbusInterface->callDBus(QLatin1String("setPlanesPositions"),
|
||||
planesPositions.callsigns, planesPositions.latitudes, planesPositions.longitudes,
|
||||
planesPositions.altitudes, planesPositions.pitches, planesPositions.rolls,
|
||||
planesPositions.headings);
|
||||
planesPositions.headings, planesPositions.onGrounds);
|
||||
}
|
||||
|
||||
void CXSwiftBusTrafficProxy::setPlanesSurfaces(const PlanesSurfaces &planesSurfaces)
|
||||
@@ -112,8 +112,7 @@ namespace BlackSimPlugin
|
||||
planesSurfaces.wingSweeps, planesSurfaces.thrusts, planesSurfaces.elevators,
|
||||
planesSurfaces.rudders, planesSurfaces.ailerons,
|
||||
planesSurfaces.landLights, planesSurfaces.beaconLights, planesSurfaces.strobeLights,
|
||||
planesSurfaces.navLights, planesSurfaces.lightPatterns,
|
||||
planesSurfaces.onGrounds);
|
||||
planesSurfaces.navLights, planesSurfaces.lightPatterns);
|
||||
}
|
||||
|
||||
void CXSwiftBusTrafficProxy::setPlaneTransponder(const QString &callsign, int code, bool modeC, bool ident)
|
||||
|
||||
Reference in New Issue
Block a user