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

Method disableDopplerCorrection

Suscan/Analyzer.cpp:515–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515void
516Analyzer::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
528void
529Analyzer::closeInspector(Handle handle, RequestId id)

Callers 1

onDisableCorrectionMethod · 0.80

Calls

no outgoing calls

Tested by 1

onDisableCorrectionMethod · 0.64