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

Method setInspectorBandwidth

Suscan/Analyzer.cpp:452–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void
453Analyzer::setInspectorBandwidth(Handle handle, SUFREQ bw, RequestId)
454{
455 SU_ATTEMPT(
456 suscan_analyzer_set_inspector_bandwidth_overridable(
457 this->instance,
458 handle,
459 bw));
460}
461
462void
463Analyzer::setInspectorWatermark(Handle handle, SUSCOUNT wm, RequestId req_id)

Callers 2

setTrueBandwidthMethod · 0.80
onBandwidthChangedMethod · 0.80

Calls

no outgoing calls

Tested by 1

onBandwidthChangedMethod · 0.64