Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ stop_trigger_timer
Method
stop_trigger_timer
DSView/pv/view/viewport.cpp:2040–2045 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2038
}
2039
2040
void Viewport::stop_trigger_timer()
2041
{
2042
_transfer_started = true;
2043
_timer_cnt = 0;
2044
_trigger_timer.stop();
2045
}
2046
2047
void Viewport::on_trigger_timer()
2048
{
Callers
1
on_state_changed
Method · 0.80
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected