MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / setSampleRate

Method setSampleRate

src/demod/DemodulatorPreThread.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void DemodulatorPreThread::setSampleRate(long long sampleRate) {
310 sampleRateChanged.store(true);
311 newSampleRate = sampleRate;
312}
313
314long long DemodulatorPreThread::getSampleRate() {
315 if (sampleRateChanged.load()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected