| 33 | gnd_uart_baudrate); |
| 34 | |
| 35 | std::optional<Settings> |
| 36 | openhd::telemetry::ground::SettingsHolder::impl_deserialize( |
| 37 | const std::string &file_as_string) const { |
| 38 | return openhd_json_parse<Settings>(file_as_string); |
| 39 | } |
| 40 | |
| 41 | std::string openhd::telemetry::ground::SettingsHolder::imp_serialize( |
| 42 | const openhd::telemetry::ground::Settings &data) const { |
nothing calls this directly
no outgoing calls
no test coverage detected