Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ resetOverflowCount
Method
resetOverflowCount
app/src/IO/FrameReader.h:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
inline void resetDroppedFrameCount() { m_droppedFrames = 0; }
61
62
inline void resetOverflowCount() { m_circularBuffer.resetOverflowCount(); }
63
64
inline qsizetype overflowCount() const { return m_circularBuffer.overflowCount(); }
65
Callers
1
processData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected