| 513 | } |
| 514 | |
| 515 | void |
| 516 | Analyzer::disableDopplerCorrection( |
| 517 | Handle handle, |
| 518 | RequestId id) |
| 519 | { |
| 520 | SU_ATTEMPT( |
| 521 | suscan_analyzer_inspector_set_tle_async( |
| 522 | this->instance, |
| 523 | handle, |
| 524 | nullptr, |
| 525 | id)); |
| 526 | } |
| 527 | |
| 528 | void |
| 529 | Analyzer::closeInspector(Handle handle, RequestId id) |
no outgoing calls