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

Method getSampleRate

Suscan/Source.cpp:308–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308unsigned int
309Source::Config::getSampleRate(void) const
310{
311 if (this->instance == nullptr)
312 return 0;
313
314 return suscan_source_config_get_samp_rate(this->instance);
315}
316
317unsigned int
318Source::Config::getDecimation(void) const

Callers 8

refreshUiMethod · 0.45
refreshMeasuresMethod · 0.45
onPSDMessageMethod · 0.45
refreshUiStateMethod · 0.45
refreshTrueSampleRateMethod · 0.45
refreshProfileUiMethod · 0.45
onSpinsChangedMethod · 0.45
feedPSDMethod · 0.45

Calls

no outgoing calls

Tested by 1

feedPSDMethod · 0.36