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

Method autoV_end

DSView/pv/view/dsosignal.cpp:1387–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385}
1386
1387void DsoSignal::autoV_end()
1388{
1389 _autoV = false;
1390 _autoV_over = false;
1391 _view->auto_trig(get_index());
1392 _trig_value = (_min+_max)/2;
1393 set_trig_vpos(ratio2pos(get_trig_vrate()));
1394 _view->set_update(_viewport, true);
1395 _view->update();
1396}
1397
1398void DsoSignal::autoH_end()
1399{

Callers

nothing calls this directly

Calls 3

auto_trigMethod · 0.80
set_updateMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected