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

Method waterfallRunning

app/src/UI/Dashboard.cpp:892–898  ·  view source on GitHub ↗

* @brief Checks whether a waterfall plot is currently active. */

Source from the content-addressed store, hash-verified

890 * @brief Checks whether a waterfall plot is currently active.
891 */
892bool UI::Dashboard::waterfallRunning(const int index)
893{
894 if (m_activeWaterfalls.contains(index))
895 return m_activeWaterfalls[index];
896
897 return false;
898}
899#endif
900
901//--------------------------------------------------------------------------------------------------

Callers 2

runningMethod · 0.80
updateDataMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected