Abort the voice prompt if network traffic appears on the same slot.

This commit is contained in:
Jonathan Naylor
2020-04-18 22:33:24 +01:00
parent 3b3243c1bf
commit 00342c763a
6 changed files with 33 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ public:
virtual PROCESS_RESULT process(CDMRData& data, bool trace);
void stopVoice(unsigned int slot);
void tgChange(unsigned int slot, unsigned int tg);
private: