| 646 | |
| 647 | |
| 648 | void |
| 649 | Source::Config::setIQBalance(bool value) |
| 650 | { |
| 651 | if (this->instance == nullptr) |
| 652 | return; |
| 653 | |
| 654 | suscan_source_config_set_iq_balance( |
| 655 | this->instance, |
| 656 | value ? SU_TRUE : SU_FALSE); |
| 657 | } |
| 658 | |
| 659 | void |
| 660 | Source::Config::setType(enum suscan_source_type type) |
no outgoing calls
no test coverage detected