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

Method broadcastTrackerTime

pj_app/src/MainWindow.cpp:2342–2345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2340}
2341
2342void MainWindow::broadcastTrackerTime(double display_seconds) {
2343 forEachDock([display_seconds](DockWidget* dock) { dock->onTrackerTime(display_seconds); });
2344 ui_->curveListPanel->refreshValues(display_seconds);
2345}
2346
2347void MainWindow::broadcastTrackerTimeToVisible(double display_seconds) {
2348 // Per-tick playback/scrub fan-out: only the active top-level tab is on screen, so

Callers

nothing calls this directly

Calls 2

refreshValuesMethod · 0.80
onTrackerTimeMethod · 0.45

Tested by

no test coverage detected