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

Method getInterface

Suscan/Source.cpp:385–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385std::string
386Source::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
394SUFLOAT
395Source::Config::getBandwidth(void) const

Callers 7

isRemoteMethod · 0.95
setProfileMethod · 0.80
startCaptureMethod · 0.80
setProfileMethod · 0.80
refreshAnalyzerTypeUiMethod · 0.80
refreshProfileUiMethod · 0.80
refreshProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected