summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorMasato Ogawa <mogawa@xevo.com>2017-08-22 15:29:03 +0900
committerMasato Ogawa <mogawa@xevo.com>2017-08-22 15:29:03 +0900
commit567e46bb1e5d0d0807148f589f2e8b257b0ea456 (patch)
tree8cee9ec416311a9b5c3806aa3f35be385fb4d7f8 /src/components/interfaces
parent947d293a9eab6b3ffd07ea46f0a7dc64c5ec8595 (diff)
downloadsdl_core-567e46bb1e5d0d0807148f589f2e8b257b0ea456.tar.gz
Move SendHapticData to struct section
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/MOBILE_API.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 1cad60e291..2488998d81 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -2562,6 +2562,25 @@
</param>
</struct>
+ <struct name="SpatialStruct">
+ <description>Defines spatial for each user control object for video streaming application</description>
+ <param name="id" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true">
+ <description>A user control spatial identifier</description>
+ </param>
+ <param name="x" type="Float" mandatory="true">
+ <description>The X-coordinate of the user control</description>
+ </param>
+ <param name="y" type="Float" mandatory="true">
+ <description>The Y-coordinate of the user control</description>
+ </param>
+ <param name="width" type="Float" mandatory="true">
+ <description>The width of the user control's bounding rectangle</description>
+ </param>
+ <param name="height" type="Float" mandatory="true">
+ <description>The height of the user control's bounding rectangle</description>
+ </param>
+ </struct>
+
<!-- Requests/Responses -->
<function name="RegisterAppInterface" functionID="RegisterAppInterfaceID" messagetype="request">
@@ -5004,25 +5023,6 @@
</param>
</function>
- <struct name="SpatialStruct">
- <description>Defines spatial for each user control object for video streaming application</description>
- <param name="id" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true">
- <description>A user control spatial identifier</description>
- </param>
- <param name="x" type="Float" mandatory="true">
- <description>The X-coordinate of the user control</description>
- </param>
- <param name="y" type="Float" mandatory="true">
- <description>The Y-coordinate of the user control</description>
- </param>
- <param name="width" type="Float" mandatory="true">
- <description>The width of the user control's bounding rectangle</description>
- </param>
- <param name="height" type="Float" mandatory="true">
- <description>The height of the user control's bounding rectangle</description>
- </param>
- </struct>
-
<function name="SendHapticData" functionID="SendHapticDataID" messagetype="request" >
<description>
Send the spatial data gathered from SDLCarWindow or VirtualDisplayEncoder to the HMI.