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

Method armMultiplotSweep

app/src/UI/Dashboard.cpp:1430–1435  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1428 * @brief Re-arms a single-shot multiplot sweep capture.
1429 */
1430void UI::Dashboard::armMultiplotSweep(const int index)
1431{
1432 auto it = m_multiplotSweep.find(index);
1433 if (it != m_multiplotSweep.end())
1434 it.value().arm();
1435}
1436
1437//--------------------------------------------------------------------------------------------------
1438// Frame processing

Callers 1

armSweepMethod · 0.80

Calls 3

findMethod · 0.80
armMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected