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

Method registerNetworkProfile

Suscan/Library.cpp:739–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void
740Singleton::registerNetworkProfile(const suscan_source_config_t *config)
741{
742 QString name = QString(suscan_source_config_get_label(config));
743
744 this->networkProfiles[name] = Suscan::Source::Config::wrap(
745 suscan_source_config_clone(config));
746}
747
748MultitaskController *
749Singleton::getBackgroundTaskController(void) const

Callers 1

walk_all_remote_devicesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected