| 450 | } |
| 451 | |
| 452 | void |
| 453 | Analyzer::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 | |
| 462 | void |
| 463 | Analyzer::setInspectorWatermark(Handle handle, SUSCOUNT wm, RequestId req_id) |
no outgoing calls