summaryrefslogtreecommitdiff
path: root/api/franca/navigation/navigationcore/LocationInput.fidl
diff options
context:
space:
mode:
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