Add debug logs to M17 HandleQueue

pull/23/head
Dave Behnke 1 month ago
parent 8e96575750
commit 4aedb18865

@ -390,6 +390,9 @@ void CM17Protocol::HandleQueue(void)
offset = (seq % 2) * 8;
}
// std::cout << "DEBUG: HandleQueue Mod=" << module << " Seq=" << seq << " Offset=" << offset << " BufSizeBefore=" << buf.size() << std::endl;
std::cout << "DEBUG: HandleQueue Mod=" << module << " Seq=" << seq << " Offset=" << offset << " BufSizeBefore=" << buf.size() << std::endl;
buf.insert(buf.end(), data + offset, data + offset + bytesPerFrame);
// Do we have enough for a full M17 frame? (2x input frames)

Loading…
Cancel
Save

Powered by TurnKey Linux.