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

Class AnalyzeResult

OpenHD/ohd_interface/src/wb_link.cpp:1478–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476void WBLink::perform_channel_analyze(int channels_to_scan) {
1477 const auto analyze_begin = std::chrono::steady_clock::now();
1478 struct AnalyzeResult {
1479 int frequency;
1480 int n_foreign_packets;
1481 };
1482 const WiFiCard& card = m_broadcast_cards.at(0);
1483 const auto channels_to_analyze =
1484 openhd::wb::get_analyze_channels_frequencies(card, channels_to_scan);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected