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

Method setThrottle

Suscan/Analyzer.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void
118Analyzer::setThrottle(unsigned int throttle)
119{
120 suscan_analyzer_set_throttle_async(
121 this->instance,
122 throttle,
123 0);
124}
125
126void
127Analyzer::registerBaseBandFilter(suscan_analyzer_baseband_filter_func_t func, void *privdata)

Callers 1

onThrottleChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected