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

Method onAnalyzerReadError

App/Application.cpp:526–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void
527Application::onAnalyzerReadError(void)
528{
529 (void) QMessageBox::critical(
530 this,
531 "Source error",
532 "Capture stopped due to source read error. Last errors were:<p /><pre>"
533 + getLogText()
534 + "</pre>",
535 QMessageBox::Ok);
536
537 this->orderedHalt();
538}
539
540Application::~Application()
541{

Callers

nothing calls this directly

Calls 2

orderedHaltMethod · 0.95
getLogTextFunction · 0.85

Tested by

no test coverage detected