summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2017-01-20 16:24:25 +0100
committerHelmut Schmidt <Helmut.3.Schmidt@continental-corporation.com>2017-01-20 16:24:25 +0100
commit17d7d94a82b9a00d3b5674cbaf188bcc817dcbe0 (patch)
treec165e2f7665245f952183c6b43f5467b38f7cc64
parent1212dc3c60913ef04ad1619459e17cb308f548ed (diff)
downloadpositioning-17d7d94a82b9a00d3b5674cbaf188bcc817dcbe0.tar.gz
GT-3461: Prepare Positioning API for Nostromo release (Positioning API 5.0.0)
Aling API version numbers, add Garmin copyright to header files modified due to Garmin change requests
-rw-r--r--enhanced-position-service/dbus/api/genivi-positioning-configuration.xml2
-rw-r--r--enhanced-position-service/dbus/api/genivi-positioning-constants.xml2
-rw-r--r--enhanced-position-service/dbus/api/genivi-positioning-enhancedposition.xml2
-rw-r--r--enhanced-position-service/dbus/api/genivi-positioning-positionfeedback.xml4
-rwxr-xr-xenhanced-position-service/franca/api/Configuration.fidl2
-rwxr-xr-xenhanced-position-service/franca/api/EnhancedPosition.fidl2
-rwxr-xr-xenhanced-position-service/franca/api/PositionFeedback.fidl4
-rw-r--r--gnss-service/api/gnss.h2
-rw-r--r--sensors-service/api/acceleration.h2
-rw-r--r--sensors-service/api/gyroscope.h2
-rw-r--r--sensors-service/api/sns-init.h4
11 files changed, 14 insertions, 14 deletions
diff --git a/enhanced-position-service/dbus/api/genivi-positioning-configuration.xml b/enhanced-position-service/dbus/api/genivi-positioning-configuration.xml
index 20fbb58..5786696 100644
--- a/enhanced-position-service/dbus/api/genivi-positioning-configuration.xml
+++ b/enhanced-position-service/dbus/api/genivi-positioning-configuration.xml
@@ -14,7 +14,7 @@
<node name="/org/genivi/positioning/Configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="introspect.xsd">
<interface name="org.genivi.positioning.Configuration">
- <version>4.0.0 (11-Feb-2016)</version>
+ <version>5.0.0 (20-Jan-2017)</version>
<doc>
<line>Configuration = This interface allows a client application to set and retrieve configuration options</line>
<line>For each configuration option, a property is provided</line>
diff --git a/enhanced-position-service/dbus/api/genivi-positioning-constants.xml b/enhanced-position-service/dbus/api/genivi-positioning-constants.xml
index bd02e70..bf0bdbb 100644
--- a/enhanced-position-service/dbus/api/genivi-positioning-constants.xml
+++ b/enhanced-position-service/dbus/api/genivi-positioning-constants.xml
@@ -12,7 +12,7 @@
-->
<constants name="EnhancedPositionService">
- <version>4.0.0 (11-Feb-2016)</version>
+ <version>5.0.0 (20-Jan-2017)</version>
<doc>
<line>This document defines the constants that are used in the EnhancedPositionService APIs</line>
<line>Constants for "Keys" are always individual bits within a 64 bit unsigned integer and are unique within the EnhancedPositionService</line>
diff --git a/enhanced-position-service/dbus/api/genivi-positioning-enhancedposition.xml b/enhanced-position-service/dbus/api/genivi-positioning-enhancedposition.xml
index 6a60da6..4627fdb 100644
--- a/enhanced-position-service/dbus/api/genivi-positioning-enhancedposition.xml
+++ b/enhanced-position-service/dbus/api/genivi-positioning-enhancedposition.xml
@@ -14,7 +14,7 @@
<node name="/org/genivi/positioning/EnhancedPosition" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="introspect.xsd">
<interface name="org.genivi.positioning.EnhancedPosition">
- <version>4.0.0 (11-Feb-2016)</version>
+ <version>5.0.0 (20-Jan-2017)</version>
<doc>
<line>EnhancedPosition = This interface offers functionalities to retrieve the enhanced position of the vehicle</line>
</doc>
diff --git a/enhanced-position-service/dbus/api/genivi-positioning-positionfeedback.xml b/enhanced-position-service/dbus/api/genivi-positioning-positionfeedback.xml
index 51c629f..ac4e12d 100644
--- a/enhanced-position-service/dbus/api/genivi-positioning-positionfeedback.xml
+++ b/enhanced-position-service/dbus/api/genivi-positioning-positionfeedback.xml
@@ -14,9 +14,9 @@
<node name="/org/genivi/positioning/PositionFeedback" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="introspect.xsd">
<interface name="org.genivi.positioning.PositionFeedback">
- <version>4.0.0 (11-Feb-2016)</version>
+ <version>5.0.0 (20-Jan-2017)</version>
<doc>
- <line>PositionFeedback = This interface allows the application implementing the map-matching algorithm to provide a position feedback to the EnahncedPositionService</line>
+ <line>PositionFeedback = This interface allows the application implementing the map-matching algorithm to provide a position feedback to the EnhancedPositionService</line>
</doc>
<method name="GetVersion">
diff --git a/enhanced-position-service/franca/api/Configuration.fidl b/enhanced-position-service/franca/api/Configuration.fidl
index 391f250..0f4376d 100755
--- a/enhanced-position-service/franca/api/Configuration.fidl
+++ b/enhanced-position-service/franca/api/Configuration.fidl
@@ -15,7 +15,7 @@ import org.genivi.EnhancedPositionService.EnhancedPositionServiceTypes.* from "E
<** @description : Configuration = This interface allows a client application to set and retrieve configuration options **>
interface Configuration {
version {
- major 0
+ major 5
minor 0
}
diff --git a/enhanced-position-service/franca/api/EnhancedPosition.fidl b/enhanced-position-service/franca/api/EnhancedPosition.fidl
index 92cc9b3..17a7c39 100755
--- a/enhanced-position-service/franca/api/EnhancedPosition.fidl
+++ b/enhanced-position-service/franca/api/EnhancedPosition.fidl
@@ -15,7 +15,7 @@ import org.genivi.EnhancedPositionService.EnhancedPositionServiceTypes.* from "E
<** @description : EnhancedPosition = This interface offers functionalities to retrieve the enhanced position of the vehicle **>
interface EnhancedPosition {
version {
- major 0
+ major 5
minor 0
}
diff --git a/enhanced-position-service/franca/api/PositionFeedback.fidl b/enhanced-position-service/franca/api/PositionFeedback.fidl
index fe2d2ef..a583385 100755
--- a/enhanced-position-service/franca/api/PositionFeedback.fidl
+++ b/enhanced-position-service/franca/api/PositionFeedback.fidl
@@ -13,12 +13,12 @@ package org.genivi.EnhancedPositionService
import org.genivi.EnhancedPositionService.EnhancedPositionServiceTypes.* from "EnhancedPositionServiceTypes.fidl"
<**
- @description : PositionFeedback = This interface allows the application implementing the map-matching algorithm to provide a position feedback to the EnahncedPositionService
+ @description : PositionFeedback = This interface allows the application implementing the map-matching algorithm to provide a position feedback to the EnhancedPositionService
**>
interface PositionFeedback {
version {
- major 0
+ major 5
minor 0
}
diff --git a/gnss-service/api/gnss.h b/gnss-service/api/gnss.h
index dcaadca..69af1dc 100644
--- a/gnss-service/api/gnss.h
+++ b/gnss-service/api/gnss.h
@@ -5,7 +5,7 @@
*
* \ingroup GNSSService
* \brief Compliance Level: Abstract Component
- * \copyright Copyright (C) 2012, BMW Car IT GmbH, Continental Automotive GmbH, PCA Peugeot Citroën, XS Embedded GmbH
+ * \copyright Copyright (C) 2012, BMW Car IT GmbH, Continental Automotive GmbH, PCA Peugeot Citroën, XS Embedded GmbH, Garmin International
*
* \license
* This Source Code Form is subject to the terms of the
diff --git a/sensors-service/api/acceleration.h b/sensors-service/api/acceleration.h
index b6aa542..35c0a62 100644
--- a/sensors-service/api/acceleration.h
+++ b/sensors-service/api/acceleration.h
@@ -5,7 +5,7 @@
*
* \ingroup SensorsService
* \brief Compliance Level: Abstract Component
- * \copyright Copyright (C) 2012, BMW Car IT GmbH, Continental Automotive GmbH, PCA Peugeot Citroën, XS Embedded GmbH
+ * \copyright Copyright (C) 2012, BMW Car IT GmbH, Continental Automotive GmbH, PCA Peugeot Citroën, XS Embedded GmbH, Garmin International
*
* \license
* This Source Code Form is subject to the terms of the
diff --git a/sensors-service/api/gyroscope.h b/sensors-service/api/gyroscope.h
index bc964de..20f6e4f 100644
--- a/sensors-service/api/gyroscope.h
+++ b/sensors-service/api/gyroscope.h
@@ -5,7 +5,7 @@
*
* \ingroup SensorsService
* \brief Compliance Level: Abstract Component
- * \copyright Copyright (C) 2012, BMW Car IT GmbH, Continental Automotive GmbH, PCA Peugeot Citroën, XS Embedded GmbH
+ * \copyright Copyright (C) 2012, BMW Car IT GmbH, Continental Automotive GmbH, PCA Peugeot Citroën, XS Embedded GmbH, Garmin International
*
* \license
* This Source Code Form is subject to the terms of the
diff --git a/sensors-service/api/sns-init.h b/sensors-service/api/sns-init.h
index 71d2afb..4005f8c 100644
--- a/sensors-service/api/sns-init.h
+++ b/sensors-service/api/sns-init.h
@@ -12,8 +12,8 @@
#define INCLUDE_GENIVI_SNS
// API Version
-#define GENIVI_SNS_API_MAJOR 4
-#define GENIVI_SNS_API_MINOR 1
+#define GENIVI_SNS_API_MAJOR 5
+#define GENIVI_SNS_API_MINOR 0
#define GENIVI_SNS_API_MICRO 0
#include <stdint.h>