Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ get_index
Method
get_index
DSView/pv/view/trace.cpp:110–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
int Trace::get_index()
111
{
112
if(_index_list.size() == 0){
113
assert(false);
114
}
115
116
return _index_list.front();
117
}
118
119
void Trace::set_index_list(const std::list<int> &index_list)
120
{
Callers
15
set_cur_snap_samplerate
Method · 0.45
reload
Method · 0.45
spectrum_rebuild
Method · 0.45
get_signal_by_index
Method · 0.45
set_trace_name
Method · 0.45
get_channel_by_index
Method · 0.45
update_dso_data_scale
Method · 0.45
gen_config_json
Method · 0.45
load_config_from_json
Method · 0.45
eventFilter
Method · 0.45
save_logic
Method · 0.45
save_dso
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
2
SpectrumTrace
Method · 0.36
paint_mid
Method · 0.36