summaryrefslogtreecommitdiff
path: root/src/components/interfaces/HMI_API.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/interfaces/HMI_API.xml')
-rw-r--r--src/components/interfaces/HMI_API.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 06f472224b..116ab91060 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1217,6 +1217,7 @@
<element name="VEHICLEDATA_OEM_CUSTOM_DATA" />
<element name="VEHICLEDATA_STABILITYCONTROLSSTATUS" />
<element name="VEHICLEDATA_WINDOWSTATUS"/>
+ <element name="VEHICLEDATA_HANDSOFFSTEERING"/>
</enum>
<enum name="WiperStatus">
@@ -6169,6 +6170,9 @@
<param name="windowStatus" type="Boolean" mandatory="false">
<description>See WindowStatus</description>
</param>
+ <param name="handsOffSteering" type="Boolean" mandatory="false">
+ <description>To indicate whether driver hands are off the steering wheel</description>
+ </param>
<!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Boolean" mandatory="false">
@@ -6274,6 +6278,9 @@
<param name="windowStatus" type="Common.VehicleDataResult" mandatory="false">
<description>See WindowStatus</description>
</param>
+ <param name="handsOffSteering" type="Common.VehicleDataResult" mandatory="false">
+ <description>To indicate whether driver hands are off the steering wheel</description>
+ </param>
<!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Common.VehicleDataResult" mandatory="false">
@@ -6382,6 +6389,9 @@
<param name="windowStatus" type="Boolean" mandatory="false">
<description>See WindowStatus</description>
</param>
+ <param name="handsOffSteering" type="Boolean" mandatory="false">
+ <description>To indicate whether driver hands are off the steering wheel</description>
+ </param>
<!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Boolean" mandatory="false">
@@ -6487,6 +6497,9 @@
<param name="windowStatus" type="Common.VehicleDataResult" mandatory="false">
<description>See WindowStatus</description>
</param>
+ <param name="handsOffSteering" type="Common.VehicleDataResult" mandatory="false">
+ <description>To indicate whether driver hands are off the steering wheel</description>
+ </param>
<!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Common.VehicleDataResult" mandatory="false">
@@ -6596,6 +6609,9 @@
<param name="windowStatus" type="Boolean" mandatory="false">
<description>See WindowStatus</description>
</param>
+ <param name="handsOffSteering" type="Boolean" mandatory="false">
+ <description>To indicate whether driver hands are off the steering wheel</description>
+ </param>
<!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Boolean" mandatory="false">
@@ -6704,6 +6720,9 @@
<param name="windowStatus" type="Common.WindowStatus" array="true" minsize="0" maxsize="100" mandatory="false">
<description>See WindowStatus</description>
</param>
+ <param name="handsOffSteering" type="Boolean" mandatory="false">
+ <description>To indicate whether driver hands are off the steering wheel</description>
+ </param>
<!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Common.ECallInfo" mandatory="false">
@@ -6813,6 +6832,9 @@
<param name="windowStatus" type="Common.WindowStatus" array="true" minsize="0" maxsize="100" mandatory="false">
<description>See WindowStatus</description>
</param>
+ <param name="handsOffSteering" type="Boolean" mandatory="false">
+ <description>To indicate whether driver hands are off the steering wheel</description>
+ </param>
<!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Common.ECallInfo" mandatory="false">