MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / enableScan

Method enableScan

core/src/scanbuttoncontroller.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34ScanButtonController::~ScanButtonController() { disconnect(conn); }
35
36void ScanButtonController::enableScan(bool b)
37{
38 if(b) {
39 startScan();
40 } else {
41 stopScan();
42 }
43}
44
45void ScanButtonController::startScan()
46{

Callers 2

handleScannerMethod · 0.80
startScanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected