Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/analogdevicesinc/scopy
/ setRollingMode
Method
setRollingMode
tmp/grutil/src/grtimeplotaddon.cpp:507–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
void GRTimePlotAddon::setRollingMode(bool b)
508
{
509
m_rollingMode = b;
510
if(time_sink) {
511
time_sink->setRollingMode(b);
512
updateXAxis();
513
}
514
}
515
516
void GRTimePlotAddon::setDrawPlotTags(bool b)
517
{
Callers
1
connectSignalPaths
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected