MCPcopy 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
2040void Viewport::stop_trigger_timer()
2041{
2042 _transfer_started = true;
2043 _timer_cnt = 0;
2044 _trigger_timer.stop();
2045}
2046
2047void Viewport::on_trigger_timer()
2048{

Callers 1

on_state_changedMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected