mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +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 name="getElevationAtPosition">
|
||||
<arg name="callsign" type="s" direction="in"/>
|
||||
<arg name="latitude" type="d" direction="in"/>
|
||||
<arg name="longitude" type="d" direction="in"/>
|
||||
<arg name="altitude" type="d" direction="in"/>
|
||||
<arg name="latitudeDeg" type="d" direction="in"/>
|
||||
<arg name="longitudeDeg" type="d" direction="in"/>
|
||||
<arg name="altitudeMeters" type="d" direction="in"/>
|
||||
<arg type="s" direction="out"/>
|
||||
<arg type="d" direction="out"/>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user