Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getSampleRate
Method
getSampleRate
src/AppConfig.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
long DeviceConfig::getSampleRate() {
41
return sampleRate.load();
42
}
43
44
void DeviceConfig::setAntennaName(const std::string& name) {
45
antennaName = name;
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected