summaryrefslogtreecommitdiff
path: root/api/franca/navigation/navigationcore/LocationInput.fidl
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2016-08-30 01:49:09 +0200
committerasanoaozora <fifitaneki@hotmail.com>2016-08-30 01:49:09 +0200
commit4ef8d02cc047d7eac8f761f1a8fc8d3f54bcd23e (patch)
tree44406893df759fc57a5caa6403f67c4c16643605 /api/franca/navigation/navigationcore/LocationInput.fidl
parent1cfa51e76ba173166c113eccf6a61a5904ff7e7d (diff)
downloadpoi-service-4ef8d02cc047d7eac8f761f1a8fc8d3f54bcd23e.tar.gz
add error messages to Franca files
Diffstat (limited to 'api/franca/navigation/navigationcore/LocationInput.fidl')
-rw-r--r--api/franca/navigation/navigationcore/LocationInput.fidl10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/franca/navigation/navigationcore/LocationInput.fidl b/api/franca/navigation/navigationcore/LocationInput.fidl
index c4d372e..14f714d 100644
--- a/api/franca/navigation/navigationcore/LocationInput.fidl
+++ b/api/franca/navigation/navigationcore/LocationInput.fidl
@@ -80,6 +80,7 @@ interface LocationInput {
<**
@description : createLocationInput = This method creates a new location input and retrieves a handle
+ notify(LOCATIONINPUT_ERROR_NOMORELOCATIONINPUTHANDLES) is emitted if no more location input handles are available
**>
method createLocationInput {
in {
@@ -100,6 +101,7 @@ interface LocationInput {
<**
@description : deleteLocationInput = This method deletes a location input and its associated resources
+ notify(LOCATIONINPUT_ERROR_LOCATIONINPUTNOTAVAILABLE) is emitted if an application tries to delete a location input handle that is not available
**>
method deleteLocationInput {
in {
@@ -487,4 +489,12 @@ interface LocationInput {
}
}
+ <**
+ @description : notify = This signal is emitted when something wrong occured when invoking the API
+ **>
+ broadcast notify {
+ out {
+ Notification notification
+ }
+ }
} \ No newline at end of file