| 307 | } |
| 308 | |
| 309 | void DemodulatorPreThread::setSampleRate(long long sampleRate) { |
| 310 | sampleRateChanged.store(true); |
| 311 | newSampleRate = sampleRate; |
| 312 | } |
| 313 | |
| 314 | long long DemodulatorPreThread::getSampleRate() { |
| 315 | if (sampleRateChanged.load()) { |
nothing calls this directly
no outgoing calls
no test coverage detected