mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Align argument names in XSwiftBus traffic introspection file
This commit is contained in:
committed by
Klaus Basan
parent
cff12d78fb
commit
d05b2982cb
@@ -78,9 +78,9 @@ R"(<node>
|
|||||||
</method>
|
</method>
|
||||||
<method name="getElevationAtPosition">
|
<method name="getElevationAtPosition">
|
||||||
<arg name="callsign" type="s" direction="in"/>
|
<arg name="callsign" type="s" direction="in"/>
|
||||||
<arg name="latitude" type="d" direction="in"/>
|
<arg name="latitudeDeg" type="d" direction="in"/>
|
||||||
<arg name="longitude" type="d" direction="in"/>
|
<arg name="longitudeDeg" type="d" direction="in"/>
|
||||||
<arg name="altitude" type="d" direction="in"/>
|
<arg name="altitudeMeters" type="d" direction="in"/>
|
||||||
<arg type="s" direction="out"/>
|
<arg type="s" direction="out"/>
|
||||||
<arg type="d" direction="out"/>
|
<arg type="d" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
|
|||||||
Reference in New Issue
Block a user