summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
author <philippe colliot>2015-08-04 17:54:50 +0200
committer <philippe colliot>2015-08-04 17:54:50 +0200
commitf0d502c1548dc8cc0805a0a72f74e46d821c0a9e (patch)
treed395a1e6c079a18e871fc97c85ac5e53efe4b7c5 /api
parent86c047d1c415e506069e222f621e8c13735f9c20 (diff)
downloadpoi-service-f0d502c1548dc8cc0805a0a72f74e46d821c0a9e.tar.gz
Fix an issue with the former POC of POI search
Diffstat (limited to 'api')
-rwxr-xr-xapi/franca/navigation/poiservice/POIContentManager.fidl2
-rwxr-xr-xapi/franca/navigation/poiservice/POIServiceTypes.fidl2
-rwxr-xr-xapi/franca/navigation/poiservice/ServiceContentAccess.fidl12
3 files changed, 9 insertions, 7 deletions
diff --git a/api/franca/navigation/poiservice/POIContentManager.fidl b/api/franca/navigation/poiservice/POIContentManager.fidl
index d16a48a..6e16736 100755
--- a/api/franca/navigation/poiservice/POIContentManager.fidl
+++ b/api/franca/navigation/poiservice/POIContentManager.fidl
@@ -175,7 +175,7 @@ interface POIContentManager {
method resultListRequested {
in {
<** @description : Content access module unique id as known by the POI service component.**>
- UInt8 camId
+ ContentAccessModuleID camId
<** @description : poi search unique handle.**>
Handle poiSearchHandle
<** @description : List of attributes id to retrieve. This is optional and the list could be empty.**>
diff --git a/api/franca/navigation/poiservice/POIServiceTypes.fidl b/api/franca/navigation/poiservice/POIServiceTypes.fidl
index 55170d2..ed214fa 100755
--- a/api/franca/navigation/poiservice/POIServiceTypes.fidl
+++ b/api/franca/navigation/poiservice/POIServiceTypes.fidl
@@ -26,6 +26,8 @@ typeCollection POIServiceTypes {
typedef ResourceID is UInt32
typedef AttributeID is UInt32
+
+ typedef ContentAccessModuleID is UInt8
<** @description: Current state of the search**>
enumeration SearchStatusState {
diff --git a/api/franca/navigation/poiservice/ServiceContentAccess.fidl b/api/franca/navigation/poiservice/ServiceContentAccess.fidl
index 04b17bb..c5cbb12 100755
--- a/api/franca/navigation/poiservice/ServiceContentAccess.fidl
+++ b/api/franca/navigation/poiservice/ServiceContentAccess.fidl
@@ -28,7 +28,7 @@ interface POIContentAccess {
out {
<** @description : Content access module unique id as known by the POI service component.**>
- UInt8 camId
+ ContentAccessModuleID camId
}
}
@@ -36,7 +36,7 @@ interface POIContentAccess {
method unRegisterContentAccessModule {
in {
<** @description : Content access module unique id as known by the POI service component.**>
- UInt8 camId
+ ContentAccessModuleID camId
}
}
<** @description : Register to the POI provider module the categories you can search for POI.
@@ -44,7 +44,7 @@ interface POIContentAccess {
method registerPoiCategories {
in {
<** @description : Content access module unique id as known by the POI service component.**>
- UInt8 camId
+ ContentAccessModuleID camId
<** @description : array[unique_id].
List of POI categories to register.
unique_id = Unique category id.
@@ -58,7 +58,7 @@ interface POIContentAccess {
method updateCategories {
in {
<** @description : Content access module unique id as known by the POI service component.**>
- UInt8 camId
+ ContentAccessModuleID camId
<** @description : array[unique_id, attributes, sortOptions].**>
CAMCategoryUpdate[] poiCategories
}
@@ -68,7 +68,7 @@ interface POIContentAccess {
method addCategories {
in {
<** @description : Content access module unique id as known by the POI service component.**>
- UInt8 camId
+ ContentAccessModuleID camId
<** @description : List of details for all the POI categories.**>
CAMCategory[] poiCategories
}
@@ -85,7 +85,7 @@ interface POIContentAccess {
method removeCategories {
in {
<** @description : Content access module unique id as known by the POI service component.**>
- UInt8 camId
+ ContentAccessModuleID camId
<** @description : array[unique_id].
List of POI categories to remove.**>
CategoryID[] poiCategories