* @brief Re-arms a single-shot capture. */
| 559 | * @brief Re-arms a single-shot capture. |
| 560 | */ |
| 561 | void Widgets::MultiPlot::armSweep() |
| 562 | { |
| 563 | UI::Dashboard::instance().armMultiplotSweep(m_index); |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * @brief Pushes the current trigger configuration into the Dashboard engine. |
nothing calls this directly
no test coverage detected