summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhitAd <adlakhshobhit@gmail.com>2018-10-31 09:51:05 -0500
committerShobhitAd <adlakhshobhit@gmail.com>2018-10-31 09:51:05 -0500
commit6d14dbb88bdbaf6c699c4736047ac0e5c385a116 (patch)
tree3bd4d2fd567db526877f41f0b84707240f566c99
parentd36316738785c96dab2ee892762ed08c059fffde (diff)
downloadsdl_core-6d14dbb88bdbaf6c699c4736047ac0e5c385a116.tar.gz
Added CloupAppVehicleID param to MOBILE and HMI API
-rw-r--r--src/components/interfaces/HMI_API.xml20
-rw-r--r--src/components/interfaces/MOBILE_API.xml8
2 files changed, 28 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 97df559ef5..4c4a01ed9d 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1094,6 +1094,7 @@
<element name="VEHICLEDATA_FUELRANGE" />
<element name="VEHICLEDATA_ENGINEOILLIFE" />
<element name="VEHICLEDATA_ELECTRONICPARKBRAKESTATUS" />
+ <element name="VEHICLEDATA_CLOUDAPPVEHICLEID" />
</enum>
<enum name="WiperStatus">
@@ -4967,6 +4968,8 @@
<description>Information related to the MyKey feature</description>
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="Boolean" mandatory="false"></param>
+
</function>
<function name="SubscribeVehicleData" messagetype="response">
<param name="gps" type="Common.VehicleDataResult" mandatory="false">
@@ -5055,6 +5058,8 @@
<description>Information related to the MyKey feature</description>
</param>
<!-- / Ford Specific Data Items -->
+
+ <param name="cloudAppVehicleID" type="Common.VehicleDataResult" mandatory="false"></param>
</function>
<function name="UnsubscribeVehicleData" messagetype="request">
<description>
@@ -5149,6 +5154,7 @@
<description>Information related to the MyKey feature</description>
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="Boolean" mandatory="false"></param>
</function>
<function name="UnsubscribeVehicleData" messagetype="response">
<param name="gps" type="Common.VehicleDataResult" mandatory="false">
@@ -5237,6 +5243,8 @@
<description>Information related to the MyKey feature</description>
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="Common.VehicleDataResult" mandatory="false"></param>
+
</function>
<function name="GetVehicleData" messagetype="request">
<description>Non periodic vehicle data read request.</description>
@@ -5312,6 +5320,7 @@
<param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
+ <!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Boolean" mandatory="false">
<description>Emergency Call notification and confirmation data</description>
</param>
@@ -5327,6 +5336,9 @@
<param name="myKey" type="Boolean" mandatory="false">
<description>Information related to the MyKey feature</description>
</param>
+ <!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="Boolean" mandatory="false"></param>
+
</function>
<function name="GetVehicleData" messagetype="response">
<param name="gps" type="Common.GPSData" mandatory="false">
@@ -5401,6 +5413,7 @@
<param name="electronicParkBrakeStatus" type="Common.ElectronicParkBrakeStatus" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
+ <!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Common.ECallInfo" mandatory="false">
<description>Emergency Call notification and confirmation data</description>
</param>
@@ -5416,6 +5429,9 @@
<param name="myKey" type="Common.MyKey" mandatory="false">
<description>Information related to the MyKey feature</description>
</param>
+ <!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="String" mandatory="false"></param>
+
</function>
<function name="OnVehicleData" messagetype="notification">
<description>Callback for the periodic and non periodic vehicle data read function.</description>
@@ -5488,6 +5504,7 @@
<param name="steeringWheelAngle" type="Float" minvalue="-2000" maxvalue="2000" mandatory="false">
<description>Current angle of the steering wheel (in deg)</description>
</param>
+ <!-- Ford Specific Data Items -->
<param name="eCallInfo" type="Common.ECallInfo" mandatory="false">
<description>Emergency Call notification and confirmation data</description>
</param>
@@ -5503,6 +5520,9 @@
<param name="myKey" type="Common.MyKey" mandatory="false">
<description>Information related to the MyKey feature</description>
</param>
+ <!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="String" mandatory="false"></param>
+
</function>
</interface>
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 76fc6ef2d1..a23414df75 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -542,6 +542,7 @@
<element name="VEHICLEDATA_FUELRANGE" since="5.0" />
<element name="VEHICLEDATA_ENGINEOILLIFE" since="5.0" />
<element name="VEHICLEDATA_ELECTRONICPARKBRAKESTATUS" since="5.0" />
+ <element name="VEHICLEDATA_CLOUDAPPVEHICLEID" since="5.0"/>
</enum>
<enum name="ButtonName" since="1.0">
@@ -4959,6 +4960,7 @@
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="Boolean" mandatory="false"></param>
</function>
<function name="SubscribeVehicleData" functionID="SubscribeVehicleDataID" messagetype="response" since="2.0">
@@ -5073,6 +5075,7 @@
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="VehicleDataResult" mandatory="false"></param>
</function>
<function name="UnsubscribeVehicleData" functionID="UnsubscribeVehicleDataID" messagetype="request" since="2.0">
@@ -5166,6 +5169,7 @@
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="Boolean" mandatory="false"></param>
</function>
<function name="UnsubscribeVehicleData" functionID="UnsubscribeVehicleDataID" messagetype="response" since="2.0">
@@ -5279,6 +5283,7 @@
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="VehicleDataResult" mandatory="false"></param>
</function>
<function name="GetVehicleData" functionID="GetVehicleDataID" messagetype="request" since="2.0">
@@ -5375,6 +5380,7 @@
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="Boolean" mandatory="false"></param>
</function>
<function name="GetVehicleData" functionID="GetVehicleDataID" messagetype="response" since="2.0">
@@ -5492,6 +5498,7 @@
</param>
<!-- / Ford Specific Data Items -->
+ <param name="cloudAppVehicleID" type="String" mandatory="false"></param>
</function>
<function name="ReadDID" functionID="ReadDIDID" messagetype="request" since="2.0">
@@ -6751,6 +6758,7 @@
</param>
<!-- / Ford Specific Vehicle Data -->
+ <param name="cloudAppVehicleID" type="String" mandatory="false"></param>
</function>
<function name="OnCommand" functionID="OnCommandID" messagetype="notification" since="1.0">