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

Method reset_all_rx_stats

OpenHD/ohd_interface/src/wb_link.cpp:1323–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323void WBLink::reset_all_rx_stats() {
1324 m_wb_txrx->rx_reset_stats();
1325 for (auto& rx : m_wb_video_rx_list) {
1326 rx->reset_stream_stats();
1327 }
1328 m_wb_tele_rx->reset_stream_stats();
1329}
1330
1331openhd::WifiSpace WBLink::get_current_frequency_channel_space() const {
1332 return openhd::get_space_from_frequency(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected