summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-09-18 16:15:41 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-09-18 16:38:35 -0400
commit20fd172c9782560ce5655ce0a8d42e4baa98fbbb (patch)
tree36ee1e6d7ebe5b331d4547b806fa436cecd55fb8
parent3ea6b1a35c2ff77220e2915ff9efdf6226115314 (diff)
downloadsdl_core-fix/maximum_change_velocity_definition.tar.gz
Fix definition of maximumChangeVelocity in HMI APIfix/maximum_change_velocity_definition
-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">