mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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">
|
||||
<method name="getVersionNumber">
|
||||
<arg type="s" direction="out"/>
|
||||
@@ -178,4 +178,4 @@ R"(<node>
|
||||
<method name="toggleMessageBoxVisibility">
|
||||
</method>
|
||||
</interface>
|
||||
</node>)"
|
||||
</node>)XML"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
R"(<node>
|
||||
R"XML(<node>
|
||||
<interface name="org.swift_project.xswiftbus.traffic">
|
||||
<method name="acquireMultiplayerPlanes">
|
||||
<arg name="acquired" type="b" direction="out"/>
|
||||
@@ -93,4 +93,4 @@ R"(<node>
|
||||
<arg name="callsign" type="s" direction="in"/>
|
||||
</method>
|
||||
</interface>
|
||||
</node>)"
|
||||
</node>)XML"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
R"(<node>
|
||||
R"XML(<node>
|
||||
<interface name="org.swift_project.xswiftbus.weather">
|
||||
<method name="isUsingRealWeather">
|
||||
<arg type="b" direction="out"/>
|
||||
@@ -47,4 +47,4 @@ R"(<node>
|
||||
<arg name="turbulence" type="i" direction="in"/>
|
||||
</method>
|
||||
</interface>
|
||||
</node>)"
|
||||
</node>)XML"
|
||||
|
||||
Reference in New Issue
Block a user