summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-06-01 15:33:40 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-06-01 15:33:40 +0200
commit4d4b8c024f5983a0fd72ddf496b38ef4848f4404 (patch)
tree148f5b2da4e0fb9cda495b3623628efeafb39243 /api
parentd74c02eaf2edf2a9911e641ab39b57f196c11fdc (diff)
downloadpoi-service-4d4b8c024f5983a0fd72ddf496b38ef4848f4404.tar.gz
GT-3509
wrong naming for some signals in Franca (begin with upper case rather than lower case)
Diffstat (limited to 'api')
-rwxr-xr-xapi/franca/navigation/mapviewer/MapViewerControl.fidl8
-rw-r--r--api/franca/navigation/poiservice/POIContentAccessModule.fidl18
2 files changed, 13 insertions, 13 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerControl.fidl b/api/franca/navigation/mapviewer/MapViewerControl.fidl
index f1f678e..d26575c 100755
--- a/api/franca/navigation/mapviewer/MapViewerControl.fidl
+++ b/api/franca/navigation/mapviewer/MapViewerControl.fidl
@@ -631,9 +631,9 @@ interface MapViewerControl {
}
<**
- @description : CameraHeadingChanged = This signal is emitted when the heading angle of the camera changes
+ @description : cameraHeadingChanged = This signal is emitted when the heading angle of the camera changes
**>
- broadcast CameraHeadingChanged {
+ broadcast cameraHeadingChanged {
out {
<**
@@ -991,9 +991,9 @@ interface MapViewerControl {
}
<**
- @description : MapViewPerspectiveChanged = This signal is emitted when the map perspective chnages
+ @description : mapViewPerspectiveChanged = This signal is emitted when the map perspective chnages
**>
- broadcast MapViewPerspectiveChanged {
+ broadcast mapViewPerspectiveChanged {
out {
<**
diff --git a/api/franca/navigation/poiservice/POIContentAccessModule.fidl b/api/franca/navigation/poiservice/POIContentAccessModule.fidl
index a48bde8..0a42c6a 100644
--- a/api/franca/navigation/poiservice/POIContentAccessModule.fidl
+++ b/api/franca/navigation/poiservice/POIContentAccessModule.fidl
@@ -203,32 +203,32 @@ interface POIContentAccessModule {
}
}
- <** @description : ConfigurationChanged = This signal is sent to the clients when one or more configuration settings changes.**>
- broadcast ConfigurationChanged {
+ <** @description : configurationChanged = This signal is sent to the clients when one or more configuration settings changes.**>
+ broadcast configurationChanged {
out {
<** @description : changedSettings array[setting].**>
Settings[] changedSettings
}
}
- <** @description : CategoriesRemoved = This signal is emitted when a list of categories and associated content has been removed from the database.**>
- broadcast CategoriesRemoved {
+ <** @description : categoriesRemoved = This signal is emitted when a list of categories and associated content has been removed from the database.**>
+ broadcast categoriesRemoved {
out {
<** @description : List of categories removed.**>
CategoryID[] categories
}
}
- <** @description : POIAdded = This signal is emitted when a list of POIs and associated content has been added to the database. It returns the ids.**>
- broadcast POIAdded {
+ <** @description : poiAdded = This signal is emitted when a list of POIs and associated content has been added to the database. It returns the ids.**>
+ broadcast poiAdded {
out {
<** @description : List of unique ids of POIs added. The order is the same as the order in the AddPOIs method.**>
POI_ID[] pois
}
}
- <** @description : POIRemoved = This signal is emitted when a list of POIs and associated content has been removed from the database.**>
- broadcast POIRemoved {
+ <** @description : poiRemoved = This signal is emitted when a list of POIs and associated content has been removed from the database.**>
+ broadcast poiRemoved {
out {
<** @description : List of unique ids of POIs removed.**>
POI_ID[] pois
@@ -236,7 +236,7 @@ interface POIContentAccessModule {
}
<** @description : SearchStatusChanged = This signal updates the search or proximity alert status of the specified handle.**>
- broadcast SearchStatusChanged {
+ broadcast searchStatusChanged {
out {
<** @description : poi search unique handle.**>
Handle poiSearchHandle