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

Method onAnalyzerEos

App/Application.cpp:477–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void
478Application::onAnalyzerEos(void)
479{
480 (void) QMessageBox::information(
481 this,
482 "End of stream",
483 "Capture interrupted due to stream end:<p /><pre>"
484 + getLogText()
485 + "</pre>",
486 QMessageBox::Ok);
487
488 this->orderedHalt();
489}
490
491void
492Application::onPSDMessage(const Suscan::PSDMessage &msg)

Callers

nothing calls this directly

Calls 2

orderedHaltMethod · 0.95
getLogTextFunction · 0.85

Tested by

no test coverage detected