Try and make the closing callsign appear.

This commit is contained in:
Jonathan Naylor 2020-05-18 11:09:56 +01:00
parent 89b8641955
commit 063b21f999
4 changed files with 9 additions and 2 deletions

View file

@ -205,6 +205,11 @@ void CFMKeyer::stop()
m_audioPos = 0U;
}
bool CFMKeyer::isWanted() const
{
return m_wanted;
}
bool CFMKeyer::isRunning() const
{
return m_poPos > 0U || m_dotPos > 0U || m_audioPos > 0U;