libcamera/utils/ipc/generators/libcamera_templates
Paul Elder 4e9ed14311 utils: ipc: Allow the skipHeader attribute on enums
Currently, enums that are passed between pipeline handlers and their IPA
must be defined in a mojom file. However, there is a use case for
enum/flags to be defined in a C++ header, such that the enum can be used
in a component other than the pipeline handler and its IPA.

To support this, add support for the skipHeader attribute for enums.
Like structs, it is only allowed in core.mojom.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2022-10-18 18:52:52 +09:00
..
core_ipa_interface.h.tmpl utils: ipc: Allow the skipHeader attribute on enums 2022-10-18 18:52:52 +09:00
core_ipa_serializer.h.tmpl utils: Convert to pragma once 2021-11-24 12:19:03 +00:00
definition_functions.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00
meson.build utils: ipc: add templates for code generation for IPC mechanism 2021-02-16 19:21:00 +09:00
module_ipa_interface.h.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00
module_ipa_proxy.cpp.tmpl libcamera: base: Rename FileDescriptor to SharedFD 2021-12-04 23:05:05 +02:00
module_ipa_proxy.h.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00
module_ipa_proxy_worker.cpp.tmpl libcamera: ipc_unixsocket: Use UniqueFD for a file descriptor 2021-12-04 23:05:03 +02:00
module_ipa_serializer.h.tmpl utils: Convert to pragma once 2021-11-24 12:19:03 +00:00
proxy_functions.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00
serializer.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00