MCPcopy 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
110int Trace::get_index()
111{
112 if(_index_list.size() == 0){
113 assert(false);
114 }
115
116 return _index_list.front();
117}
118
119void Trace::set_index_list(const std::list<int> &index_list)
120{

Callers 15

reloadMethod · 0.45
spectrum_rebuildMethod · 0.45
get_signal_by_indexMethod · 0.45
set_trace_nameMethod · 0.45
get_channel_by_indexMethod · 0.45
update_dso_data_scaleMethod · 0.45
gen_config_jsonMethod · 0.45
load_config_from_jsonMethod · 0.45
eventFilterMethod · 0.45
save_logicMethod · 0.45
save_dsoMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by 2

SpectrumTraceMethod · 0.36
paint_midMethod · 0.36