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

Method getParamList

Suscan/Source.cpp:481–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481QList<QPair<std::string, std::string>>
482Source::Config::getParamList(void) const
483{
484 QList<QPair<std::string, std::string>> list;
485
486 SU_ATTEMPT(
487 suscan_source_config_walk_params(
488 this->instance,
489 Source::Config::walkParams,
490 &list));
491
492 return list;
493}
494
495bool
496Source::Config::isRemote(void) const

Callers 1

refreshUiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected