mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
[xswiftbus] Using raw string literal delimiter so parentheses can be embedded in the XML
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
R"(<node>
|
R"XML(<node>
|
||||||
<interface name="org.swift_project.xswiftbus.service">
|
<interface name="org.swift_project.xswiftbus.service">
|
||||||
<method name="getVersionNumber">
|
<method name="getVersionNumber">
|
||||||
<arg type="s" direction="out"/>
|
<arg type="s" direction="out"/>
|
||||||
@@ -178,4 +178,4 @@ R"(<node>
|
|||||||
<method name="toggleMessageBoxVisibility">
|
<method name="toggleMessageBoxVisibility">
|
||||||
</method>
|
</method>
|
||||||
</interface>
|
</interface>
|
||||||
</node>)"
|
</node>)XML"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
R"(<node>
|
R"XML(<node>
|
||||||
<interface name="org.swift_project.xswiftbus.traffic">
|
<interface name="org.swift_project.xswiftbus.traffic">
|
||||||
<method name="acquireMultiplayerPlanes">
|
<method name="acquireMultiplayerPlanes">
|
||||||
<arg name="acquired" type="b" direction="out"/>
|
<arg name="acquired" type="b" direction="out"/>
|
||||||
@@ -93,4 +93,4 @@ R"(<node>
|
|||||||
<arg name="callsign" type="s" direction="in"/>
|
<arg name="callsign" type="s" direction="in"/>
|
||||||
</method>
|
</method>
|
||||||
</interface>
|
</interface>
|
||||||
</node>)"
|
</node>)XML"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
R"(<node>
|
R"XML(<node>
|
||||||
<interface name="org.swift_project.xswiftbus.weather">
|
<interface name="org.swift_project.xswiftbus.weather">
|
||||||
<method name="isUsingRealWeather">
|
<method name="isUsingRealWeather">
|
||||||
<arg type="b" direction="out"/>
|
<arg type="b" direction="out"/>
|
||||||
@@ -47,4 +47,4 @@ R"(<node>
|
|||||||
<arg name="turbulence" type="i" direction="in"/>
|
<arg name="turbulence" type="i" direction="in"/>
|
||||||
</method>
|
</method>
|
||||||
</interface>
|
</interface>
|
||||||
</node>)"
|
</node>)XML"
|
||||||
|
|||||||
Reference in New Issue
Block a user