libcamera/utils/codegen/ipc/generators
Barnabás Pőcze d58ccabab7 utils: codegen: ipc: Add deserializer() function
Add `deserializer()` in `serializer.tmpl` to have a single function
that generates all the necessary functions into the template specialization
like `serializer()`. This also avoids the duplication of some
conditional logic.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
2025-05-27 11:10:23 +02:00
..
libcamera_templates utils: codegen: ipc: Add deserializer() function 2025-05-27 11:10:23 +02:00
__init__.py meson: Move all code generation scripts to utils/codegen/ 2024-08-15 23:59:08 +03:00
meson.build meson: Move all code generation scripts to utils/codegen/ 2024-08-15 23:59:08 +03:00
mojom_libcamera_generator.py utils: codegen: ipc: Use any() instead of len([]) > 0 2025-05-27 11:10:23 +02:00