MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / requestStopAll

Method requestStopAll

pj_app/src/StreamingSourceManager.cpp:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523void StreamingSourceManager::requestStopAll(const QString& reason) {
524 for (auto& [dataset_id, sess] : sessions_) {
525 sess->runtime_host->requestStop(reason.toStdString());
526 }
527}
528
529} // namespace PJ

Callers

nothing calls this directly

Calls 1

requestStopMethod · 0.80

Tested by

no test coverage detected