MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / request_start_analyze_channels

Method request_start_analyze_channels

OpenHD/ohd_interface/src/wb_link.cpp:546–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546bool WBLink::request_start_analyze_channels(int channels_to_scan) {
547 auto work_item = std::make_shared<WorkItem>(
548 "ANALYZE_CHANNELS",
549 [this, channels_to_scan]() { perform_channel_analyze(channels_to_scan); },
550 std::chrono::steady_clock::now());
551 return try_schedule_work_item(work_item);
552}
553
554bool WBLink::apply_frequency_and_channel_width(int frequency,
555 int channel_width_rx,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected