-
Notifications
You must be signed in to change notification settings - Fork 778
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
[21094] Example refactor: Custom payload pool #4889
[21094] Example refactor: Custom payload pool #4889
Conversation
4574a96
to
8245d1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
ade4570
to
d8ec03c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
d8ec03c
to
9a10330
Compare
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
…adPoolData Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
9a10330
to
47bee8b
Compare
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Windows CI passed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Great job 🏅
(CI passed in previous commit)
* Refs #21094: Change folder name and delete old folder Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Refactor of the main Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Add CLI Parser Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Publisher refactor Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Subscriber refactor Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Change example name and fix interval parsing Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Add test Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Update version.md Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Apply suggestions: Use HelloWOrld instead of CUstomPayloadPoolData Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Apply suggestions Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Update ReadMe file Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Uncrustify Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Split test Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21094: Fix compilation error in Windows Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --------- Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Description
This PR is part of a suite of PR which would make a refactor in the repository examples.
It is intended to apply to most of the examples, by making them homogeneous, more understandable, and more specific to the case they were meant to be.
The
custom_payload_pool_example
is a refactor ofCustomPayloadPoolExample
.Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist