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

Method setDecimation

Suscan/Source.cpp:519–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void
520Source::Config::setDecimation(unsigned int rate)
521{
522 if (this->instance == nullptr)
523 return;
524
525 suscan_source_config_set_average(this->instance, rate);
526}
527
528void
529Source::Config::setPath(const std::string &path)

Callers 2

startCaptureMethod · 0.80
onSpinsChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected