MCPcopy 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
598void
599Source::Config::setPPM(SUFLOAT ppm)
600{
601 if (this->instance == nullptr)
602 return;
603
604 suscan_source_config_set_ppm(this->instance, ppm);
605}
606
607void
608Source::Config::setBandwidth(SUFLOAT bw)

Callers 1

onSpinsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected