Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~SigSession
Method · 0.45
set_device
Method · 0.45
capture_init
Method · 0.45
action_start_capture
Method · 0.45
exec_capture
Method · 0.45
init_signals
Method · 0.45
reload
Method · 0.45
add_decoder
Method · 0.45
rst_decoder
Method · 0.45
clear_all_decoder
Method · 0.45
clear_all_decode_task
Method · 0.45
OnMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected