MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / armSweep

Method armSweep

app/src/UI/Widgets/Plot.cpp:491–494  ·  view source on GitHub ↗

* @brief Re-arms a single-shot capture. */

Source from the content-addressed store, hash-verified

489 * @brief Re-arms a single-shot capture.
490 */
491void Widgets::Plot::armSweep()
492{
493 UI::Dashboard::instance().armPlotSweep(m_index);
494}
495
496/**
497 * @brief Pushes the current trigger configuration into the Dashboard engine.

Callers

nothing calls this directly

Calls 1

armPlotSweepMethod · 0.80

Tested by

no test coverage detected