| 45 | } |
| 46 | |
| 47 | std::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 |
| 54 | static const auto IMAGE_WRITER_CAM_FILENAME = |
nothing calls this directly
no outgoing calls
no test coverage detected