MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / process

Method process

App/Application.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void
44DeviceDetectWorker::process()
45{
46 this->instance->detect_devices();
47 emit finished();
48}
49
50
51Application::Application(QWidget *parent) : QMainWindow(parent), ui(this)

Callers 13

startSamplingMethod · 0.45
onTaskDoneMethod · 0.45
onGuessCarrierMethod · 0.45
onSyncCarrierMethod · 0.45
onTriggerHistogramMethod · 0.45
onCalculateDopplerMethod · 0.45
onCostasRecoveryMethod · 0.45
onPLLRecoveryMethod · 0.45
onCycloAnalysisMethod · 0.45
onQuadDemodMethod · 0.45
onAGCMethod · 0.45
onLPFMethod · 0.45

Calls 1

detect_devicesMethod · 0.80

Tested by

no test coverage detected