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

Method check_calibration

DSView/pv/view/view.cpp:1487–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1485}
1486
1487void View::check_calibration()
1488{
1489 if (_device_agent->get_work_mode() == DSO){
1490 bool cali = false;
1491 _device_agent->get_config_bool(SR_CONF_CALI, cali);
1492
1493 if (cali) {
1494 show_calibration();
1495 }
1496 }
1497}
1498
1499void View::set_scale(double scale)
1500{

Callers 1

OnMessageMethod · 0.80

Calls 2

get_work_modeMethod · 0.80
get_config_boolMethod · 0.80

Tested by

no test coverage detected