MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setBandwidth

Method setBandwidth

Suscan/Source.cpp:607–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void
608Source::Config::setBandwidth(SUFLOAT bw)
609{
610 if (this->instance == nullptr)
611 return;
612
613 suscan_source_config_set_bandwidth(this->instance, bw);
614}
615
616void
617Source::Config::setLoop(bool value)

Callers 5

loadDefaultsMethod · 0.45
hotApplyProfileMethod · 0.45
onPanSpectrumStartMethod · 0.45
onPSDMessageMethod · 0.45
onBandwidthChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected