Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getSampleRate
Method
getSampleRate
src/sdr/SoapySDRThread.cpp:764–766 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
762
// std::cout <<
"Set sample rate: "
<< sampleRate.load() << std::endl;
763
}
764
long SDRThread::getSampleRate() {
765
return sampleRate.load();
766
}
767
768
void SDRThread::setPPM(int ppm_in) {
769
ppm.store(ppm_in);
Callers
1
updateSettings
Method · 0.45
Calls
1
load
Method · 0.80
Tested by
no test coverage detected