We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
uint8_t
char
The serialization payload should really be serialized with uin8_t instead of char to guarantee a consistent size of 8bit on all platforms. See here: https://github.com/ros2/rmw_iceoryx/blob/master/rmw_iceoryx_cpp/include/rmw_iceoryx_cpp/iceoryx_serialize.hpp#L33
uin8_t
The text was updated successfully, but these errors were encountered:
Karsten1987
No branches or pull requests
The serialization payload should really be serialized with
uin8_t
instead ofchar
to guarantee a consistent size of 8bit on all platforms.See here: https://github.com/ros2/rmw_iceoryx/blob/master/rmw_iceoryx_cpp/include/rmw_iceoryx_cpp/iceoryx_serialize.hpp#L33
The text was updated successfully, but these errors were encountered: