-
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.
Add support for taking a sequence of messages (#366)
* Add support for taking a sequence of messages FastRTPS doesn't have built-in support for taking multiple samples, so this implementation utilizes a loop over the `take` function multiple times. Signed-off-by: Michael Carroll <michael@openrobotics.org> * Add upper bound based on current unread messages Signed-off-by: Michael Carroll <michael@openrobotics.org> * Change return types to invalid argument Signed-off-by: Michael Carroll <michael@openrobotics.org> * Line length Signed-off-by: Michael Carroll <michael@openrobotics.org> * std::min on macos Signed-off-by: Michael Carroll <michael@openrobotics.org> * Uncrustify Signed-off-by: Michael Carroll <michael@openrobotics.org>
- Loading branch information
Showing
4 changed files
with
125 additions
and
0 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
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