mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Adding DMR 1031 Hz Test Pattern
This commit is contained in:
parent
b846e5a7f3
commit
4871ad1210
8 changed files with 196 additions and 15 deletions
14
DMRTX.cpp
14
DMRTX.cpp
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue