| 342 | } |
| 343 | |
| 344 | bool |
| 345 | Source::Config::getIQBalance(void) const |
| 346 | { |
| 347 | if (this->instance == nullptr) |
| 348 | return false; |
| 349 | |
| 350 | return suscan_source_config_get_iq_balance(this->instance) != SU_FALSE; |
| 351 | } |
| 352 | |
| 353 | struct timeval |
| 354 | Source::Config::getStartTime(void) const |
no outgoing calls
no test coverage detected