[XSwiftBus] Add hasMultiplayerPlanesAquired() DBus API

This function will return whether X-Plane multiplayer planes have been acquired by XSwiftBus or if not, who else acquired them.
This commit is contained in:
Roland Rossgotterer
2018-11-24 19:00:49 +01:00
committed by Klaus Basan
parent 55c2e2e559
commit 49bd38d722
5 changed files with 83 additions and 12 deletions

View File

@@ -1,5 +1,9 @@
R"(<node>
<interface name="org.swift_project.xswiftbus.traffic">
<method name="acquireMultiplayerPlanes">
<arg name="acquired" type="b" direction="out"/>
<arg name="owner" type="s" direction="out"/>
</method>
<method name="initialize">
<arg type="b" direction="out"/>
</method>