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

Method stopCapture

App/Application.cpp:448–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void
449Application::stopCapture(void)
450{
451 if (this->mediator->getState() == UIMediator::RUNNING) {
452 this->mediator->setState(UIMediator::HALTING);
453 this->analyzer.get()->halt();
454 }
455}
456
457void
458Application::restartCapture(void)

Callers 3

closeEventMethod · 0.95
quitMethod · 0.95
onCaptureStopMethod · 0.95

Calls 4

getStateMethod · 0.45
setStateMethod · 0.45
haltMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected