Adding DMR 1031 Hz Test Pattern

This commit is contained in:
Andy CA6JAU 2018-01-03 00:55:14 -03:00
parent b846e5a7f3
commit 4871ad1210
8 changed files with 196 additions and 15 deletions

View file

@ -389,3 +389,17 @@ void CDMRTX::setColorCode(uint8_t colorCode)
slotType.encode(colorCode, DT_IDLE, m_idle);
}
void CDMRTX::resetFifo1()
{
m_fifo[0U].reset();
}
void CDMRTX::resetFifo2()
{
m_fifo[1U].reset();
}
uint32_t CDMRTX::getFrameCount()
{
return m_frameCount;
}