Split the DMR TX hang time from the mode hang time.

This commit is contained in:
Jonathan Naylor
2016-05-05 17:56:18 +01:00
parent dd5e86a66d
commit ed6586fa58
7 changed files with 85 additions and 13 deletions

View File

@@ -651,6 +651,11 @@ bool CModem::hasYSFSpace() const
return space > 1U;
}
bool CModem::hasTX() const
{
return m_tx;
}
bool CModem::hasLockout() const
{
return m_lockout;