aboutsummaryrefslogtreecommitdiffstats
path: root/app/dbus_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/dbus_server.h')
-rw-r--r--app/dbus_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/dbus_server.h b/app/dbus_server.h
index 5fe7562..aaa4d73 100644
--- a/app/dbus_server.h
+++ b/app/dbus_server.h
@@ -27,5 +27,7 @@ public slots:
void getRouteInfoSlot();
void sendSignalRouteInfo(double srt_lat,double srt_lon,double end_lat,double end_lon);
void sendSignalPosInfo(double lat,double lon,double drc,double dst);
+ void sendSignalStopDemo();
+ void sendSignalArrived();
};
#endif // DBUS_SERVER_H