MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / FFTVisualDataThread

Method FFTVisualDataThread

src/process/FFTVisualDataThread.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "FFTVisualDataThread.h"
5
6FFTVisualDataThread::FFTVisualDataThread() {
7 linesPerSecond.store(DEFAULT_WATERFALL_LPS);
8 lpsChanged.store(true);
9}
10
11FFTVisualDataThread::~FFTVisualDataThread() = default;
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected