summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2016-09-05 09:10:09 +0200
committerasanoaozora <fifitaneki@hotmail.com>2016-09-05 09:10:09 +0200
commit5f95f1e69c313e492ab91b1bd643f637657d50fd (patch)
tree26c51a1053e860c1846e13e12a719293b665d3ce /api
parent4ef8d02cc047d7eac8f761f1a8fc8d3f54bcd23e (diff)
downloadpoi-service-5f95f1e69c313e492ab91b1bd643f637657d50fd.tar.gz
add some preliminary stuff for speech POC
Diffstat (limited to 'api')
-rw-r--r--api/franca/hmi/speechservice/SpeechOutput.fidl12
-rw-r--r--api/franca/navigation/navigationcore/NavigationCoreTypes.fidl4
2 files changed, 9 insertions, 7 deletions
diff --git a/api/franca/hmi/speechservice/SpeechOutput.fidl b/api/franca/hmi/speechservice/SpeechOutput.fidl
index 1cac5ef..b41f27f 100644
--- a/api/franca/hmi/speechservice/SpeechOutput.fidl
+++ b/api/franca/hmi/speechservice/SpeechOutput.fidl
@@ -141,7 +141,8 @@ interface SpeechOutput {
*/
<** @description : Notifies the connection status **>
- broadcast notifyConnectionStatus selective {
+// broadcast notifyConnectionStatus selective {
+ broadcast notifyConnectionStatus {
out {
<** @description : Client connection status. **>
ConnectionStatus connectionStatus
@@ -149,7 +150,8 @@ interface SpeechOutput {
}
<** @description : Notifies the last reached marker. **>
- broadcast notifyMarkerReached selective {
+// broadcast notifyMarkerReached selective {
+ broadcast notifyMarkerReached {
out {
<** @description : ID of the processed chunk. **>
ChunkID chunkID
@@ -159,7 +161,8 @@ interface SpeechOutput {
}
<** @description : Notifies the queue status. **>
- broadcast notifyQueueStatus selective {
+// broadcast notifyQueueStatus selective {
+ broadcast notifyQueueStatus {
out {
<** @description : Fill status of the text buffer. **>
QueueStatus queueStatus
@@ -167,7 +170,8 @@ interface SpeechOutput {
}
<** @description : Notifies the TTS engine status. **>
- broadcast notifyTTSStatus selective {
+// broadcast notifyTTSStatus selective {
+ broadcast notifyTTSStatus {
out {
<** @description : Current status of the TTS. **>
TtsStatus ttsStatus
diff --git a/api/franca/navigation/navigationcore/NavigationCoreTypes.fidl b/api/franca/navigation/navigationcore/NavigationCoreTypes.fidl
index 98ae3f4..e04be6e 100644
--- a/api/franca/navigation/navigationcore/NavigationCoreTypes.fidl
+++ b/api/franca/navigation/navigationcore/NavigationCoreTypes.fidl
@@ -24,7 +24,7 @@ typeCollection NavigationCoreTypes {
ALTITUDE = 162
}
- enumeration Notification {
+ enumeration Notification extends NotificationNavigation{
GUIDANCE_ERROR_NOMANEUVER = 0
GUIDANCE_ERROR_VOICENOTALLOWED
LOCATIONINPUT_ERROR_NOMORELOCATIONINPUTHANDLES
@@ -38,8 +38,6 @@ typeCollection NavigationCoreTypes {
ROUTING_ERROR_ROUTEPREFERENCENOTSUPPORTED
ROUTING_ERROR_WAYPOINTCANNOTBECHANGED
ROUTING_ERROR_TOOMANYWAYPOINTS
- SESSION_ERROR_NOMORESESSIONHANDLES
- SESSION_ERROR_SESSIONNOTAVAILABLE
}
}