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

Support iceoryx builtin types #35

Open
elBoberido opened this issue Jun 28, 2022 · 1 comment
Open

Support iceoryx builtin types #35

elBoberido opened this issue Jun 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@elBoberido
Copy link
Member

Brief feature description

iceoryx builtin types like iox::cxx::string and iox::cxx::vector should be supported

Detailed information

The idea is to have something similar to this https://docs.rs/cxx/latest/cxx/#builtin-types

So there would be a CxxString, IoxString or IoxCxxString which would have the same layout as the C++ counterpart. What makes things interesting is the template argument but that should also be solvable.

We would have to be really carefully with this and need to adapt the types when the ABI of the C++ counterpart changes.

@elBoberido elBoberido added the enhancement New feature or request label Jun 28, 2022
@elBoberido
Copy link
Member Author

@adoerr @elfenpiff feel free to get your hands dirty :)

@elBoberido elBoberido changed the title Support iceoryx builtin types types Support iceoryx builtin types Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant