summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2021-01-15 16:31:21 +0200
committerGitHub <noreply@github.com>2021-01-15 09:31:21 -0500
commit757980c73d7fa2979f228754c9804c0c8fa569a3 (patch)
tree95ebd38418f7694473408d96987e86d0a6e5cbe0
parent44e7e5d49466302dd063489d9efc27a9f369de80 (diff)
downloadsdl_core-757980c73d7fa2979f228754c9804c0c8fa569a3.tar.gz
Feature/sdl 0285 ShowConstantTBT update (#3596)
* Update the descriptions
-rw-r--r--src/components/interfaces/HMI_API.xml6
m---------tools/rpc_spec0
2 files changed, 2 insertions, 4 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index f7a463f293..7c65dfb7ec 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -5961,12 +5961,10 @@
<param name="nextTurnIcon" type="Common.Image" mandatory="false">
</param>
<param name="distanceToManeuver" type="Float" minvalue="0" maxvalue="1000000000" mandatory="true">
- <description>Fraction of distance till next maneuver (from previous maneuver).</description>
- <description>May be used to calculate progress bar.</description>
+ <description>Distance (in meters) until next maneuver. May be used to calculate progress bar.</description>
</param>
<param name="distanceToManeuverScale" type="Float" minvalue="0" maxvalue="1000000000" mandatory="true">
- <description>Fraction of distance till next maneuver (starting from when AlertManeuver is triggered).</description>
- <description>May be used to calculate progress bar.</description>
+ <description>Distance (in meters) from previous maneuver to next maneuver. May be used to calculate progress bar.</description>
</param>
<param name="maneuverComplete" type="Boolean" mandatory="false">
<description>If and when a maneuver has completed while an AlertManeuver is active, SDL will send this value set to TRUE in order to clear the AlertManeuver overlay.</description>
diff --git a/tools/rpc_spec b/tools/rpc_spec
-Subproject 24eaaecc70d49b649f44ae285eeacc72ca601e7
+Subproject e1ca352fbfd04bbbb122e9be421613ad00efd4e