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

Method setFormat

Suscan/Source.cpp:671–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void
672Source::Config::setFormat(enum suscan_source_format fmt)
673{
674 if (this->instance == nullptr)
675 return;
676
677 suscan_source_config_set_type_format(
678 this->instance,
679 suscan_source_config_get_type(this->instance),
680 fmt);
681}
682
683void
684Source::Config::setLabel(const std::string &path)

Callers 5

triggerDownloadTLEsMethod · 0.80
downloadNextMethod · 0.80
onTaskProgressMethod · 0.80
onTaskCancelledMethod · 0.80
onFormatChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected