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

Method setInterface

Suscan/Source.cpp:567–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567void
568Source::Config::setInterface(std::string const &iface)
569{
570 if (this->instance == nullptr)
571 return;
572
573 SU_ATTEMPT(suscan_source_config_set_interface(this->instance, iface.c_str()));
574}
575
576void
577Source::Config::setParam(std::string const &key, std::string const &val)

Callers 2

onAnalyzerTypeChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected