MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / on_new_decode_data

Method on_new_decode_data

DSView/pv/view/decodetrace.cpp:553–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551
552
553void DecodeTrace::on_new_decode_data()
554{
555 decoded_progress(_decoder_stack->get_progress());
556
557 if (_view && _view->session().is_stopped_status())
558 _view->data_updated();
559 if (_totalHeight/_view->get_signalHeight() != rows_size())
560 _view->signals_changed(NULL);
561}
562
563int DecodeTrace::get_progress()
564{

Callers

nothing calls this directly

Calls 6

is_stopped_statusMethod · 0.80
sessionMethod · 0.80
get_signalHeightMethod · 0.80
get_progressMethod · 0.45
data_updatedMethod · 0.45
signals_changedMethod · 0.45

Tested by

no test coverage detected