| 4 | #include "FFTVisualDataThread.h" |
| 5 | |
| 6 | FFTVisualDataThread::FFTVisualDataThread() { |
| 7 | linesPerSecond.store(DEFAULT_WATERFALL_LPS); |
| 8 | lpsChanged.store(true); |
| 9 | } |
| 10 | |
| 11 | FFTVisualDataThread::~FFTVisualDataThread() = default; |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected