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

Function management_frame_to_string

OpenHD/ohd_interface/src/wb_link_manager.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static std::string management_frame_to_string(
62 const DataManagementTxBandwidth &data) {
63 return fmt::format("Center: {}Mhz BW:{}Mhz", (int)data.center_frequency_mhz,
64 (int)data.bandwidth_mhz);
65}
66
67ManagementAir::ManagementAir(std::shared_ptr<WBTxRx> wb_tx_rx,
68 int initial_freq_mhz, int inital_channel_width_mhz)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected