summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorAKalinich-Luxoft <AKalinich@luxoft.com>2017-09-05 16:57:00 +0300
committerAKalinich-Luxoft <AKalinich@luxoft.com>2017-09-05 16:57:00 +0300
commite2ac7391a146b25ca03165aec24f20c39bf8bde0 (patch)
treefcc9b4d4f79826b33214492edc2d6622f6541242 /src/components/interfaces
parentf366d8301d3f8519a33e9165bdd151e590009d74 (diff)
downloadsdl_core-e2ac7391a146b25ca03165aec24f20c39bf8bde0.tar.gz
Fix MOBILE and HMI APIs after review comments
MOBILE and HMI APIs should be the same as APIs in SDL-0071 proposal. Some inaccuracies was fixed.
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/HMI_API.xml6
-rw-r--r--src/components/interfaces/MOBILE_API.xml11
2 files changed, 10 insertions, 7 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 23c896ec46..726da6b010 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1432,7 +1432,7 @@
<param name="RT" type="String" minlength="0" maxlength="64" mandatory="false">
<description>Radio Text</description>
</param>
- <param name="CT" type="String" minlength="22" maxlength="28" mandatory="false">
+ <param name="CT" type="String" minlength="24" maxlength="24" mandatory="false">
<description>The clock text in UTC format as YYYY-MM-DDThh:mm:ss.sTZD</description>
</param>
<param name="PI" type="String" minlength="0" maxlength="6" mandatory="false">
@@ -1490,7 +1490,7 @@
<struct name="RadioControlCapabilities">
<description>Contains information about a radio control module's capabilities.</description>
- <param name="moduleName" type="String" maxlength="50" mandatory="true" >
+ <param name="moduleName" type="String" maxlength="100" mandatory="true" >
<description>The short name or a short description of the radio control module.</description>
</param>
<param name="radioEnableAvailable" type="Boolean" mandatory="false">
@@ -1602,7 +1602,7 @@
<struct name="ClimateControlCapabilities">
<description>Contains information about a climate control module's capabilities.</description>
- <param name="moduleName" type="String" maxlength="50" mandatory="true" >
+ <param name="moduleName" type="String" maxlength="100" mandatory="true" >
<description>The short name or a short description of the climate control module.</description>
</param>
<param name="currentTemperatureAvailable" type="Boolean" mandatory="false">
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index e8ecf996e5..0563690a79 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -1463,7 +1463,7 @@
<param name="RT" type="String" minlength="0" maxlength="64" mandatory="false" >
<description>Radio Text</description>
</param>
- <param name="CT" type="String" minlength="22" maxlength="28" mandatory="false">
+ <param name="CT" type="String" minlength="24" maxlength="24" mandatory="false">
<description>The clock text in UTC format as YYYY-MM-DDThh:mm:ss.sTZD</description>
</param>
<param name="PI" type="String" minlength="0" maxlength="6" mandatory="false" >
@@ -1525,7 +1525,7 @@
<struct name="RadioControlCapabilities">
<description>Contains information about a radio control module's capabilities.</description>
- <param name="moduleName" type="String" maxlength="50" mandatory="true" >
+ <param name="moduleName" type="String" maxlength="100" mandatory="true" >
<description>The short name or a short description of the radio control module.</description>
</param>
<param name="radioEnableAvailable" type="Boolean" mandatory="false">
@@ -1638,7 +1638,7 @@
<struct name="ClimateControlCapabilities">
<description>Contains information about a climate control module's capabilities.</description>
- <param name="moduleName" type="String" maxlength="50" mandatory="true" >
+ <param name="moduleName" type="String" maxlength="100" mandatory="true" >
<description>The short name or a short description of the climate control module.</description>
</param>
<param name="currentTemperatureAvailable" type="Boolean" mandatory="false">
@@ -5923,7 +5923,10 @@
</description>
</param>
<param name="subscribe" type="Boolean" mandatory="false" defvalue="false">
- <description>If subscribe is true, the head unit will send onInteriorVehicleData notifications for the moduleDescription</description>
+ <description>
+ If subscribe is true, the head unit will register onInteriorVehicleData notifications for the requested moduelType.
+ If subscribe is false, the head unit will unregister onInteriorVehicleData notifications for the requested moduelType.
+ </description>
</param>
</function>