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

Method setSpectrumAvgSpeed

src/AppConfig.cpp:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void AppConfig::setSpectrumAvgSpeed(float avgSpeed) {
453 spectrumAvgSpeed.store(avgSpeed);
454}
455
456float AppConfig::getSpectrumAvgSpeed() {
457 return spectrumAvgSpeed.load();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected