mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Try and make the closing callsign appear.
This commit is contained in:
parent
89b8641955
commit
063b21f999
4 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue