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

Method set_capture_end_flag

DSView/pv/data/decoderstack.h:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 inline void set_capture_end_flag(bool isEnd){
171 _is_capture_end = isEnd;
172 if (!isEnd){
173 _progress = 0;
174 _is_decoding = false;
175 }
176 }
177
178 inline int get_progress(){
179 //if (!_is_decoding && _progress == 0)

Callers 3

exec_captureMethod · 0.80
OnMessageMethod · 0.80
clear_decode_resultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected