summaryrefslogtreecommitdiff
path: root/src/components/interfaces/QT_HMI_API.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/interfaces/QT_HMI_API.xml')
-rw-r--r--src/components/interfaces/QT_HMI_API.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/components/interfaces/QT_HMI_API.xml b/src/components/interfaces/QT_HMI_API.xml
index d6450b8346..948402067a 100644
--- a/src/components/interfaces/QT_HMI_API.xml
+++ b/src/components/interfaces/QT_HMI_API.xml
@@ -56,6 +56,7 @@
<element name="WARNINGS" value="21"/>
<element name="GENERIC_ERROR" value="22"/>
<element name="USER_DISALLOWED" value="23"/>
+ <element name="TRUNCATED_DATA" value="24"/>
</enum>
<enum name="ButtonName">
<description>Defines the hard (physical) and soft (touchscreen) buttons available from SYNC</description>
@@ -1815,7 +1816,7 @@
</function>
<function name="UpdateAppList" messagetype="request" provider="hmi">
<description>Issued by SDL to notify HMI about new applications registered.</description>
- <param name="applications" type="Common.HMIApplication" mandatory="true" array="true" minsize="1" maxsize="100"/>
+ <param name="applications" type="Common.HMIApplication" mandatory="true" array="true" minsize="0" maxsize="100"/>
</function>
<function name="UpdateAppList" messagetype="response">
</function>
@@ -1944,6 +1945,11 @@
<description>Specifies reason for exiting all apllications.</description>
</param>
</function>
+ <function name="OnAwakeSDL" messagetype="notification">
+ <description>
+ Sender: HMI->SDL. Must be sent to return SDL to normal operation after 'Suspend' or 'LowVoltage' events
+ </description>
+ </function>
<function name="MixingAudioSupported" messagetype="request" provider="hmi">
<description>Request from SDL to HMI to find out if the last one supports mixing audio (i.e. recording TTS command and playing audio).</description>
</function>
@@ -1955,6 +1961,9 @@
</function>
<function name="PlayTone" messagetype="notification" provider="sdl">
<description>Sent by SDL to HMI to notify that the tone should be played.</description>
+ <param name="appID" type="Integer" mandatory="true">
+ <description>ID of the application that invoked this notification</description>
+ </param>
</function>
<!-- Policies -->
<!-- SyncP RPC-->
@@ -2609,6 +2618,11 @@
<param name="language" type="Common.Language" mandatory="true">
<description>The language application wants to switch to.</description>
</param>
+ <param name="appHMIType" type="Common.AppHMIType" minsize="1" maxsize="100" array="true" mandatory="false">
+ <description>
+ Sent when app's requested-during-registration AppHMIType is changed to different one due to Policies update. Contains the updated list of all allowed app's AppHMITypes.
+ </description>
+ </param>
<param name="appID" type="Integer" mandatory="true">
<description>ID of application that concerns this RPC.</description>
</param>