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

Method getProcessor

src/process/SpectrumVisualDataThread.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8SpectrumVisualDataThread::~SpectrumVisualDataThread() = default;
9
10SpectrumVisualProcessor *SpectrumVisualDataThread::getProcessor() {
11 return &sproc;
12}
13
14void SpectrumVisualDataThread::run() {
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected