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

Method getDecimation

Suscan/Source.cpp:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317unsigned int
318Source::Config::getDecimation(void) const
319{
320 if (this->instance == nullptr)
321 return 0;
322
323 return suscan_source_config_get_average(this->instance);
324}
325
326bool
327Source::Config::getLoop(void) const

Callers 2

refreshProfileUiMethod · 0.80
onSpinsChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected