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