mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Add debugging to the ring buffers.
This commit is contained in:
parent
5185a0c245
commit
1bfa3688c0
7 changed files with 54 additions and 38 deletions
|
|
@ -39,7 +39,7 @@ m_enabled(false),
|
|||
m_outId(0U),
|
||||
m_outSeq(0U),
|
||||
m_inId(0U),
|
||||
m_buffer(1000U),
|
||||
m_buffer(1000U, "D-Star Network"),
|
||||
m_pollTimer(1000U, 60U),
|
||||
m_linkStatus(LS_NONE),
|
||||
m_linkReflector(NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue