aboutsummaryrefslogtreecommitdiffstats
path: root/dbus_interface/org.agl.naviapi.xml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-10-20 11:50:59 -0400
committerScott Murray <scott.murray@konsulko.com>2019-10-20 13:17:11 -0400
commit3c804a94a22289ab766243629c41ba96ac989bd7 (patch)
tree56555eb79f2cd323368cd51a0edab43f71355b26 /dbus_interface/org.agl.naviapi.xml
parent035db849c0f279232102af5e97928be2aa603e4d (diff)
Fixes to improve interoperation with tbtnavi
Changes include: - Add support for actually sending stopDemo and Arrived DBus signals. - Fix typo in Arrived signal name in org.agl.naviapi.xml and dbus_server.cpp. - Change some qDebug messages in dbus_server.cpp to qWarning as it seems more appropriate. - Actually use Mapbox style URL from naviconfig.ini. Bug-AGL: SPEC-2916 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib32bcc50a495538362c5ca77c9de3941d81c17bf
Diffstat (limited to 'dbus_interface/org.agl.naviapi.xml')
-rw-r--r--dbus_interface/org.agl.naviapi.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus_interface/org.agl.naviapi.xml b/dbus_interface/org.agl.naviapi.xml
index 488a29a..87bf87d 100644
--- a/dbus_interface/org.agl.naviapi.xml
+++ b/dbus_interface/org.agl.naviapi.xml
@@ -15,6 +15,12 @@
<arg name="direction" type="d" direction="out"/>
<arg name="distance" type="d" direction="out"/>
</signal>
+ <!-- void signalStopDemo() -->
+ <signal name="signalStopDemo">
+ </signal>
+ <!-- void signalArrived() -->
+ <signal name="signalArrived">
+ </signal>
<!-- void getRouteInfo() -->
<signal name="getRouteInfo">
</signal>