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

Method set_collect_mode

DSView/pv/sigsession.cpp:2133–2144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2131 }
2132
2133 void SigSession::set_collect_mode(DEVICE_COLLECT_MODE m)
2134 {
2135 assert(!_is_working);
2136
2137 if (_clt_mode != m)
2138 {
2139 _clt_mode = m;
2140 _repeat_hold_prg = 0;
2141 }
2142
2143 _callback->trigger_message(DSV_MSG_COLLECT_MODE_CHANGED);
2144 }
2145
2146 void SigSession::repeat_capture_wait_timeout()
2147 {

Callers 4

load_config_from_jsonMethod · 0.80
OnMessageMethod · 0.80
reloadMethod · 0.80
on_collect_modeMethod · 0.80

Calls 1

trigger_messageMethod · 0.80

Tested by

no test coverage detected