summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2019-09-23 13:35:48 -0400
committerGitHub <noreply@github.com>2019-09-23 13:35:48 -0400
commitcf85c94b4f55ff07053b9d4f9d8ead454ccd6bad (patch)
tree478ce8d0c3503978fcb96bf063d7ca3c54fda824
parent5c7eef2b59c419be127da1bd0cc267884ee94182 (diff)
parent20fd172c9782560ce5655ce0a8d42e4baa98fbbb (diff)
downloadsdl_core-cf85c94b4f55ff07053b9d4f9d8ead454ccd6bad.tar.gz
Merge pull request #3040 from smartdevicelink/fix/maximum_change_velocity_definition
Fix definition of maximumChangeVelocity in HMI API
-rw-r--r--src/components/interfaces/HMI_API.xml13
-rw-r--r--src/components/interfaces/MOBILE_API.xml5
2 files changed, 12 insertions, 6 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 8e2d8dd0d1..6f58dd01b2 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3332,8 +3332,13 @@
<param name="rolloverEvent" type="Common.VehicleDataEventStatus" mandatory="true">
<description>References signal "VedsEvntRoll_D_Ltchd". See VehicleDataEventStatus.</description>
</param>
- <param name="maximumChangeVelocity" type="Common.VehicleDataEventStatus" mandatory="true">
- <description>References signal "VedsMaxDeltaV_D_Ltchd". See VehicleDataEventStatus.</description>
+ <param name="maximumChangeVelocity" type="Integer" minvalue="0" maxvalue="255" mandatory="true">
+ <description>
+ References signal "VedsMaxDeltaV_D_Ltchd". Change in velocity in KPH. Additional reserved values:
+ 0x00 No event
+ 0xFE Not supported
+ 0xFF Fault
+ </description>
</param>
<param name="multipleEvents" type="Common.VehicleDataEventStatus" mandatory="true">
<description>References signal "VedsMultiEvnt_D_Ltchd". See VehicleDataEventStatus.</description>
@@ -4082,7 +4087,7 @@
<element name="REMOTE_CONTROL"/>
<element name="APP_SERVICES" />
<element name="DISPLAYS"/>
- <element name="SEAT_LOCATION"/>
+ <element name="SEAT_LOCATION"/>
</enum>
<struct name="SystemCapability">
@@ -4113,7 +4118,7 @@
</description>
</param>
<param name="displayCapabilities" type="Common.DisplayCapability" array="true" minsize="1" maxsize="1000" mandatory="false"/>
- <param name="seatLocationCapability" type="SeatLocationCapability" mandatory="false">
+ <param name="seatLocationCapability" type="SeatLocationCapability" mandatory="false">
<description>Contains information about the locations of each seat</description>
</param>
</struct>
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index d4397fdd5b..a98652dc95 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -1857,7 +1857,8 @@
</param>
<param name="maximumChangeVelocity" type="Integer" minvalue="0" maxvalue="255" mandatory="true">
- <description>References signal "VedsMaxDeltaV_D_Ltchd". Change in velocity in KPH. Additional reserved values:
+ <description>
+ References signal "VedsMaxDeltaV_D_Ltchd". Change in velocity in KPH. Additional reserved values:
0x00 No event
0xFE Not supported
0xFF Fault
@@ -3021,7 +3022,7 @@
<element name="REMOTE_CONTROL"/>
<element name="APP_SERVICES" since="5.1"/>
<element name="DISPLAYS" since="6.0"/>
- <element name="SEAT_LOCATION" since="6.0"/>
+ <element name="SEAT_LOCATION" since="6.0"/>
</enum>
<struct name="NavigationCapability" since="4.5">