summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan (GitHub) <akutsan@luxoft.com>2019-06-06 14:16:20 +0300
committerMykola Korniichuk (GitHub) <mkorniichuk@luxoft.com>2019-06-11 18:49:12 +0300
commita95f34b9a8c67e4ff5c6a40e0ab26f3ef3a616dc (patch)
tree594eb6cf9865dd46dc077149b79606b0eaf5511e
parente0643dd1caf1551c1dad672d0df84abdc427564f (diff)
downloadsdl_core-a95f34b9a8c67e4ff5c6a40e0ab26f3ef3a616dc.tar.gz
Update src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h
Fix typo Update src/components/interfaces/MOBILE_API.xml Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
-rw-r--r--src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h4
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h
index f5896e0ecb..e85ab758ad 100644
--- a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h
+++ b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin/rc_helpers.h
@@ -94,9 +94,9 @@ class RCHelpers {
/**
* @brief RemoveRedundantGPSDataFromVIDataMsg removes redundant GPS data
- * params from interrior vehicle data response message if one contains radio
+ * params from interior vehicle data response message if one contains radio
* station location data
- * @param msg_params Params of the interrion vehicle data response message
+ * @param msg_params Params of the interior vehicle data response message
*/
static void RemoveRedundantGPSDataFromIVDataMsg(
smart_objects::SmartObject& msg_params);
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 4ced608f5e..173cc69cf0 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -2014,7 +2014,7 @@
<param name="speed" type="Float" minvalue="0" maxvalue="500" mandatory="true" since="2.0" until="5.0"/>
</history>
</param>
- <param name="shifted" type="Boolean" mandatory="false" since="5.0">
+ <param name="shifted" type="Boolean" mandatory="false" since="5.2">
<description>
True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift).
False, if the GPS data is raw and un-shifted.