From 774089e8210257ff4dc579765aab8ebfce82994b Mon Sep 17 00:00:00 2001 From: vdinak240 Date: Mon, 26 Feb 2024 06:43:14 +0000 Subject: [PATCH] ES1-631 - TTS thunder interface change Reason for change: TTS plugin to support callsign based registeration Test Procedure: Mentioned in ticket Risks: Low Signed-off-by: vdinak240 --- interfaces/ITextToSpeech.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/ITextToSpeech.h b/interfaces/ITextToSpeech.h index 8f561992..524fae32 100644 --- a/interfaces/ITextToSpeech.h +++ b/interfaces/ITextToSpeech.h @@ -65,6 +65,7 @@ namespace Exchange { virtual void Register(ITextToSpeech::INotification* sink) = 0; virtual void Unregister(ITextToSpeech::INotification* sink) = 0; + virtual void RegisterWithCallsign(const string callsign,ITextToSpeech::INotification* sink) = 0; // @property // @brief Query the status/enable tts