This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Merged
Conversation
Karsten1987
added a commit
that referenced
this pull request
Jun 16, 2018
* publish_raw function with type cast * modify generated serialize function to cope with type castings * WIP publish and subscribe raw * changes for version 5.3.0 * wip - memory corruption * rtiddsgen 2.5 * make it work * comment about pre-allocation * publish raw with connext cpp * rewrite type support callback structure * linters * remove unused files * linters * [style] changes to the generated raw data idl for making CI linters happy * rosidl linters * raw generated code for raw data idl * patch for functional differences to generated code * linters again * [style] changes to generated code again * add patch files * stuff from our hackathon * use patched version of generated files * remove unused files * add rmw_serialize functions * deallocate memory of temporary cdr stream * linters * cleanup allocated memory * address comments * raw->serialized * use size_t (#289) * use size_t * fix generated code’s support for size_t * fix uncrustify * fix remaining cases where Windows messes up max() * fix warnings on Windows * fix second argument that needs casting
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Connects to ros2/demos#185