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

Method requestStop

pj_runtime/src/DataSourceRuntimeHost.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300}
301void DataSourceRuntimeHost::requestStop(std::string_view reason) {
302 last_error_.assign(reason.data(), reason.size());
303 stop_requested_.store(true);
304}
305
306void DataSourceRuntimeHost::requestStop() {
307 stop_requested_.store(true);

Callers 8

cbRequestStopMethod · 0.95
beginLoadMethod · 0.80
cancelCurrentMethod · 0.80
joinForShutdownMethod · 0.80
stopDatasetAndWaitMethod · 0.80
workerLoopMethod · 0.80
requestStopAllMethod · 0.80

Calls 3

storeMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected