From 5f95f1e69c313e492ab91b1bd643f637657d50fd Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Mon, 5 Sep 2016 09:10:09 +0200 Subject: add some preliminary stuff for speech POC --- api/franca/hmi/speechservice/SpeechOutput.fidl | 12 ++++++++---- .../navigation/navigationcore/NavigationCoreTypes.fidl | 4 +--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'api') 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 } } -- cgit v1.2.1