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

Method get_card_names

OpenHD/ohd_interface/src/wb_link_helper.cpp:156–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156std::vector<std::string> openhd::wb::get_card_names(
157 const std::vector<WiFiCard>& cards) {
158 std::vector<std::string> ret{};
159 for (const auto& card : cards) {
160 ret.push_back(card.device_name);
161 }
162 return ret;
163}
164
165bool openhd::wb::any_card_supports_stbc_ldpc_sgi(
166 const std::vector<WiFiCard>& cards) {

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected