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

Method clear

DSView/pv/sigsession.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void SessionData::clear()
70 {
71 logic.clear();
72 analog.clear();
73 dso.clear();
74 _trig_pos = 0;
75 }
76
77 // TODO: This should not be necessary
78 SigSession *SigSession::_session = NULL;

Callers 15

~SigSessionMethod · 0.45
set_deviceMethod · 0.45
capture_initMethod · 0.45
action_start_captureMethod · 0.45
exec_captureMethod · 0.45
init_signalsMethod · 0.45
reloadMethod · 0.45
add_decoderMethod · 0.45
rst_decoderMethod · 0.45
clear_all_decoderMethod · 0.45
clear_all_decode_taskMethod · 0.45
OnMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected