MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / repeat_capture_wait_timeout

Method repeat_capture_wait_timeout

DSView/pv/sigsession.cpp:2146–2158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2144 }
2145
2146 void SigSession::repeat_capture_wait_timeout()
2147 {
2148 _repeat_timer.Stop();
2149 _repeat_wait_prog_timer.Stop();
2150
2151 _repeat_hold_prg = 0;
2152
2153 if (_is_working)
2154 {
2155 _callback->repeat_hold(_repeat_hold_prg);
2156 exec_capture();
2157 }
2158 }
2159
2160 void SigSession::repeat_wait_prog_timeout()
2161 {

Callers

nothing calls this directly

Calls 2

repeat_holdMethod · 0.80
StopMethod · 0.45

Tested by

no test coverage detected