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

Method imp_serialize

OpenHD/ohd_video/src/ohd_video_air_generic_settings.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::string AirCameraGenericSettingsHolder::imp_serialize(
48 const AirCameraGenericSettings &data) const {
49 const nlohmann::json tmp = data;
50 return tmp.dump(4);
51}
52
53// The image writer writes the cam type to here
54static const auto IMAGE_WRITER_CAM_FILENAME =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected