Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getChannelizerType
Method
getChannelizerType
src/sdr/SDRPostThread.cpp:147–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
147
SDRPostThreadChannelizerType SDRPostThread::getChannelizerType() {
148
return (SDRPostThreadChannelizerType) chanMode.load();
149
}
150
151
152
void SDRPostThread::run() {
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected