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

Method setPath

Suscan/Source.cpp:528–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528void
529Source::Config::setPath(const std::string &path)
530{
531 if (this->instance == nullptr)
532 return;
533
534 SU_ATTEMPT(
535 suscan_source_config_set_path(
536 this->instance,
537 path.c_str()));
538}
539
540void
541Source::Config::setFreq(SUFREQ freq)

Callers 1

onBrowseCaptureFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected