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

Method imp_serialize

OpenHD/ohd_telemetry/src/GroundTelemetrySettings.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::string openhd::telemetry::ground::SettingsHolder::imp_serialize(
42 const openhd::telemetry::ground::Settings &data) const {
43 const nlohmann::json tmp = data;
44 return tmp.dump(4);
45}
46}; // namespace openhd::telemetry::ground

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected