| 460 | } |
| 461 | |
| 462 | void |
| 463 | Analyzer::setInspectorWatermark(Handle handle, SUSCOUNT wm, RequestId req_id) |
| 464 | { |
| 465 | SU_ATTEMPT( |
| 466 | suscan_analyzer_set_inspector_watermark_async( |
| 467 | this->instance, |
| 468 | handle, |
| 469 | wm, |
| 470 | req_id)); |
| 471 | } |
| 472 | |
| 473 | void |
| 474 | Analyzer::setSpectrumSource(Handle handle, unsigned int src, RequestId id) |
no outgoing calls
no test coverage detected