mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[xswiftbus] Added missing method signatures
This commit is contained in:
@@ -3,6 +3,9 @@ R"(<node>
|
|||||||
<method name="getVersionNumber">
|
<method name="getVersionNumber">
|
||||||
<arg type="s" direction="out"/>
|
<arg type="s" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="getCommitHash">
|
||||||
|
<arg type="s" direction="out"/>
|
||||||
|
</method>
|
||||||
<method name="addTextMessage">
|
<method name="addTextMessage">
|
||||||
<arg name="text" type="s" direction="in"/>
|
<arg name="text" type="s" direction="in"/>
|
||||||
<arg name="red" type="d" direction="in"/>
|
<arg name="red" type="d" direction="in"/>
|
||||||
@@ -60,6 +63,10 @@ R"(<node>
|
|||||||
<method name="isUsingRealTime">
|
<method name="isUsingRealTime">
|
||||||
<arg type="b" direction="out"/>
|
<arg type="b" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="getFrameStats">
|
||||||
|
<arg name="averageFps" type="d" direction="out"/>
|
||||||
|
<arg name="simTimeRatio" type="d" direction="out"/>
|
||||||
|
</method>
|
||||||
<method name="getLatitudeDeg">
|
<method name="getLatitudeDeg">
|
||||||
<arg type="d" direction="out"/>
|
<arg type="d" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
|
|||||||
Reference in New Issue
Block a user