mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +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
@@ -44,6 +44,7 @@ R"(<node>
|
||||
<arg name="pitches" type="ad" direction="in"/>
|
||||
<arg name="rolls" type="ad" direction="in"/>
|
||||
<arg name="headings" type="ad" direction="in"/>
|
||||
<arg name="onGrounds" type="ab" direction="in"/>
|
||||
</method>
|
||||
<method name="setPlanesSurfaces">
|
||||
<arg name="callsigns" type="as" direction="in"/>
|
||||
@@ -62,7 +63,6 @@ R"(<node>
|
||||
<arg name="strobeLights" type="ab" direction="in"/>
|
||||
<arg name="navLights" type="ab" direction="in"/>
|
||||
<arg name="lightPatterns" type="ai" direction="in"/>
|
||||
<arg name="onGrounds" type="ab" direction="in"/>
|
||||
</method>
|
||||
<method name="setPlaneTransponder">
|
||||
<arg name="callsign" type="s" direction="in"/>
|
||||
|
||||
Reference in New Issue
Block a user