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

Method getPPM

Suscan/Source.cpp:501–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501SUFLOAT
502Source::Config::getPPM(void) const
503{
504 if (this->instance == nullptr)
505 return 0.;
506
507 return suscan_source_config_get_ppm(this->instance);
508}
509
510void
511Source::Config::setSampleRate(unsigned int rate)

Callers 4

applySourceInfoMethod · 0.45
setProfileMethod · 0.45
refreshProfileUiMethod · 0.45
onSpinsChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected