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

Method getEffectiveRate

Default/Source/SourceWidget.cpp:638–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638unsigned int
639SourceWidget::getEffectiveRate(void) const
640{
641 return this->throttleable && this->panelConfig->throttle
642 ? this->panelConfig->throttleRate
643 : this->rate;
644}
645
646void
647SourceWidget::setProcessRate(unsigned int rate)

Callers 1

setProcessRateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected