| 43 | } |
| 44 | |
| 45 | std::string WBLinkSettingsHolder::imp_serialize( |
| 46 | const openhd::WBLinkSettings &data) const { |
| 47 | const nlohmann::json tmp = data; |
| 48 | return tmp.dump(4); |
| 49 | } |
| 50 | |
| 51 | WBLinkSettings create_default_wb_stream_settings( |
| 52 | const std::vector<WiFiCard> &wifibroadcast_cards) { |
nothing calls this directly
no outgoing calls
no test coverage detected