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

Method imp_serialize

OpenHD/ohd_interface/src/wb_link_settings.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string WBLinkSettingsHolder::imp_serialize(
46 const openhd::WBLinkSettings &data) const {
47 const nlohmann::json tmp = data;
48 return tmp.dump(4);
49}
50
51WBLinkSettings create_default_wb_stream_settings(
52 const std::vector<WiFiCard> &wifibroadcast_cards) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected