-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve wide string (de)serialization in rwm_dynamic_fastrtps_cpp (#740)
* Move type support headers to src Signed-off-by: Miguel Company <[email protected]> * Fix references to moved headers Signed-off-by: Miguel Company <[email protected]> * move macros.hpp to src/serialization_helpers.hpp Signed-off-by: Miguel Company <[email protected]> * Move other non-api headers Signed-off-by: Miguel Company <[email protected]> * Move common code into serialize_wide_string. Signed-off-by: Miguel Company <[email protected]> * Move common code into deserialize_wide_string. Signed-off-by: Miguel Company <[email protected]> * Move serialization into serialization_helpers.hpp Signed-off-by: Miguel Company <[email protected]> * Move deserialization into serialization_helpers.hpp Signed-off-by: Miguel Company <[email protected]> * Fix header guards Signed-off-by: Miguel Company <[email protected]> * Linters Signed-off-by: Miguel Company <[email protected]> * Do not account for extra character on serialized size calculation Signed-off-by: Miguel Company <[email protected]> * Remove dependency on rosidl_typesupport_fastrtps_c(pp) Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
117c648
commit e21254c
Showing
24 changed files
with
171 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
rmw_fastrtps_dynamic_cpp/include/rmw_fastrtps_dynamic_cpp/macros.hpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.