Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getDefaultSampleRate
Method
getDefaultSampleRate
src/modules/modem/Modem.cpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
int Modem::getDefaultSampleRate() {
72
return 200000;
73
}
74
75
void Modem::writeSetting(std::string /* setting */, std::string /* value */) {
76
// ...
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected