-
Notifications
You must be signed in to change notification settings - Fork 775
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
[20861] Implement copy_from_topic_qos method #4719
Merged
Merged
Conversation
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
elianalf
changed the title
Implement copy_from_topic_qos method
[20861] Implement copy_from_topic_qos method
Apr 23, 2024
EduPonz
suggested changes
Apr 25, 2024
elianalf
force-pushed
the
feature/copy_from_topic_qos
branch
from
April 29, 2024 14:28
fe98236
to
145ef71
Compare
EduPonz
suggested changes
Apr 29, 2024
…nd PublisherImpl Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
…getting topic qos Signed-off-by: elianalf <[email protected]>
…getting topic qos Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: eduponz <[email protected]>
EduPonz
force-pushed
the
feature/copy_from_topic_qos
branch
from
April 30, 2024 11:01
145ef71
to
9365c8f
Compare
elianalf
force-pushed
the
feature/copy_from_topic_qos
branch
from
May 3, 2024 08:18
8ed0298
to
c9e44a0
Compare
elianalf
force-pushed
the
feature/copy_from_topic_qos
branch
from
May 3, 2024 08:21
c9e44a0
to
9f8ebb2
Compare
Signed-off-by: elianalf <[email protected]>
elianalf
force-pushed
the
feature/copy_from_topic_qos
branch
from
May 3, 2024 08:43
9f8ebb2
to
9bc9a55
Compare
@richiprosima please test this |
EduPonz
approved these changes
May 7, 2024
EduPonz
added
ready-to-merge
Ready to be merged. CI and changes have been reviewed and approved.
and removed
ci-pending
PR which CI is running
labels
May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR
copy_from_topic_qos()
.DATAWRITER_QOS_USE_TOPIC_QOS
andDATAREADER_QOS_USE_TOPIC_QOS
. These values can be used to indicate that the DataWriter or DataReader should be created with a combination of the default DataWriter QoS and the Topic QoS usingcopy_from_topic_qos()
.DataReaderImpl
andDataWriterImpl
.copy_from_topic_qos()
fromUnsupportedPublisherMethods
andUnsupportedSubscriberMethods
tests.Related documentation PR:
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist