* @brief Re-arms a single-shot plot sweep capture. */
| 1418 | * @brief Re-arms a single-shot plot sweep capture. |
| 1419 | */ |
| 1420 | void 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. |