[xswiftbus] Added missing method signatures

This commit is contained in:
Mat Sutcliffe
2020-01-12 17:36:09 +00:00
parent 20a2f3b9e7
commit cd716bdfd5

View File

@@ -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>