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

Method get_mapDefault

DSView/pv/view/analogsignal.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool AnalogSignal::get_mapDefault()
240{
241 bool isDefault = true;
242 session->get_device()->get_config_bool(SR_CONF_PROBE_MAP_DEFAULT, isDefault, _probe, NULL);
243 return isDefault;
244}
245
246QString AnalogSignal::get_mapUnit()
247{

Callers 1

gen_config_jsonMethod · 0.80

Calls 2

get_config_boolMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected