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

Method setSampleRate

Suscan/Source.cpp:510–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510void
511Source::Config::setSampleRate(unsigned int rate)
512{
513 if (this->instance == nullptr)
514 return;
515
516 suscan_source_config_set_samp_rate(this->instance, rate);
517}
518
519void
520Source::Config::setDecimation(unsigned int rate)

Callers 2

onSpinsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected