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

Method armPlotSweep

app/src/UI/Dashboard.cpp:1420–1425  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1418 * @brief Re-arms a single-shot plot sweep capture.
1419 */
1420void UI::Dashboard::armPlotSweep(const int index)
1421{
1422 auto it = m_plotSweep.find(index);
1423 if (it != m_plotSweep.end())
1424 it.value().arm();
1425}
1426
1427/**
1428 * @brief Re-arms a single-shot multiplot sweep capture.

Callers 1

armSweepMethod · 0.80

Calls 3

findMethod · 0.80
armMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected