Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ setPPM
Method
setPPM
Suscan/Source.cpp:598–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
596
}
597
598
void
599
Source::Config::setPPM(SUFLOAT ppm)
600
{
601
if (this->instance == nullptr)
602
return;
603
604
suscan_source_config_set_ppm(this->instance, ppm);
605
}
606
607
void
608
Source::Config::setBandwidth(SUFLOAT bw)
Callers
1
onSpinsChanged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected