aboutsummaryrefslogtreecommitdiffstats
path: root/app/BtnGuidance.qml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-05-12 14:50:32 -0400
committerScott Murray <scott.murray@konsulko.com>2023-05-12 14:54:20 -0400
commitf10d5dcb08d2b0c816f73b1e9b63e3da0109ac34 (patch)
treeccd24094955938ae296c06b032bf7c32edfbaaa4 /app/BtnGuidance.qml
parent1a014832f3da70e413650e0eeb4f40e598feb257 (diff)
Update status signal states for VSS 3.1.1
The states for Vehicle.Cabin.Infotainment.Navigation.State are now uppercase with the update to VSS 3.1.1, update calls into the Navigation API from libqtappfw to match. Also comment out use of the currently unsupported start/stop states in the status event signal handler. Those were removed with the switch to using VSS, and if they are needed again down the road they will need to be implemented somewhat differently, document that in a comment. Bug-AGL: SPEC-4761 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I02863bb3754ba984dda7c9c28c77cf0f184f92cd
Diffstat (limited to 'app/BtnGuidance.qml')
-rw-r--r--app/BtnGuidance.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/BtnGuidance.qml b/app/BtnGuidance.qml
index e262704..2130857 100644
--- a/app/BtnGuidance.qml
+++ b/app/BtnGuidance.qml
@@ -40,7 +40,7 @@ Item {
map.initDestination(startFromCurrentPosition)
if(btn_guidance.sts_guide != 0){
- navigation.broadcastStatus("Stopped");
+ navigation.broadcastStatus("STOPPED");
}
if(map.center !== map.currentpostion){