Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getDesiredInputSize
Method
getDesiredInputSize
src/process/SpectrumVisualProcessor.cpp:134–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
int SpectrumVisualProcessor::getDesiredInputSize() {
135
std::lock_guard < std::mutex > busy_lock(busy_run);
136
137
return desiredInputSize;
138
}
139
140
void SpectrumVisualProcessor::setup(unsigned int fftSize_in) {
141
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected