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

Method running

app/src/UI/Widgets/FFTPlot.cpp:176–179  ·  view source on GitHub ↗

* @brief Checks whether plot data updates are currently active. */

Source from the content-addressed store, hash-verified

174 * @brief Checks whether plot data updates are currently active.
175 */
176bool Widgets::FFTPlot::running() const noexcept
177{
178 return UI::Dashboard::instance().fftPlotRunning(m_index);
179}
180
181/**
182 * @brief Returns the current interpolation mode.

Callers

nothing calls this directly

Calls 1

fftPlotRunningMethod · 0.80

Tested by

no test coverage detected