Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement streaming operator for CXX types #330

Open
5 tasks
elfenpiff opened this issue Jul 31, 2024 · 0 comments
Open
5 tasks

Implement streaming operator for CXX types #330

elfenpiff opened this issue Jul 31, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@elfenpiff
Copy link
Contributor

Brief feature description

Some types have implemented a streaming operator to allow the user to print details more easily. The iceoryx_hoofs logger shall support them as well.

Detailed information

  • iceoryx2-ffi/cxx/include/iox2/event_id.hpp
  • iceoryx2-ffi/cxx/include/iox2/static_config.hpp
  • iceoryx2-ffi/cxx/include/iox2/messaging_pattern.hpp
  • iceoryx2-ffi/cxx/include/iox2/attribute_set.hpp
  • check with rg "operator<<" if any class is missing.
@elfenpiff elfenpiff mentioned this issue Jul 31, 2024
17 tasks
@elBoberido elBoberido added the good first issue Good for newcomers label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants