* @brief Re-arms a single-shot capture. */
| 489 | * @brief Re-arms a single-shot capture. |
| 490 | */ |
| 491 | void 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. |
nothing calls this directly
no test coverage detected