| 517 | } |
| 518 | |
| 519 | void |
| 520 | Source::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 | |
| 528 | void |
| 529 | Source::Config::setPath(const std::string &path) |
no outgoing calls
no test coverage detected