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

Method getFreq

Suscan/Source.cpp:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280SUFREQ
281Source::Config::getFreq(void) const
282{
283 if (this->instance == nullptr)
284 return 0;
285
286 return suscan_source_config_get_freq(this->instance);
287}
288
289SUFREQ
290Source::Config::getLnbFreq(void) const

Callers 7

hotApplyProfileMethod · 0.80
setProfileMethod · 0.80
openCaptureFileMethod · 0.80
setProfileMethod · 0.80
refreshProfileUiMethod · 0.80
onSpinsChangedMethod · 0.80
refreshProfileMethod · 0.80

Calls

no outgoing calls

Tested by 1

setProfileMethod · 0.64