| 383 | } |
| 384 | |
| 385 | std::string |
| 386 | Source::Config::getInterface(void) const |
| 387 | { |
| 388 | if (this->instance == nullptr) |
| 389 | return SUSCAN_SOURCE_LOCAL_INTERFACE; |
| 390 | |
| 391 | return suscan_source_config_get_interface(this->instance); |
| 392 | } |
| 393 | |
| 394 | SUFLOAT |
| 395 | Source::Config::getBandwidth(void) const |
no outgoing calls
no test coverage detected