-
Notifications
You must be signed in to change notification settings - Fork 816
[21711] DataWriter/Reader get_matched_publication/subscription...()
Feature implementation
#5284
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
Merged
Conversation
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
8 tasks
|
|
richiware
requested changes
Oct 4, 2024
30515e1
to
1bf905b
Compare
1bf905b
to
ea0a2c7
Compare
ea0a2c7
to
ed30087
Compare
Signed-off-by: Mario Dominguez <[email protected]>
Signed-off-by: Mario Dominguez <[email protected]>
Signed-off-by: Mario Dominguez <[email protected]>
…ementation Signed-off-by: Mario Dominguez <[email protected]>
…blications() implementation Signed-off-by: Mario Dominguez <[email protected]>
…ubscriptions() implementation Signed-off-by: Mario Dominguez <[email protected]>
Signed-off-by: Mario Dominguez <[email protected]>
Signed-off-by: Mario Dominguez <[email protected]>
Signed-off-by: Mario Dominguez <[email protected]>
ed30087
to
78d51f1
Compare
Signed-off-by: Mario Dominguez <[email protected]>
richiware
approved these changes
Oct 8, 2024
13 tasks
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 provides the feature implementation for :
DDS
DataWriter::get_matched_subscriptions()
DataWriter::get_matched_subscription_data()
DataReader::get_matched_publications()
DataReader::get_matched_publication_data()
RTPS
RTPSParticipant::get_publication_info()
RTPSParticipant::get_subscription_info()
RTPSReader::matched_writers_guids()
RTPSWriter::matched_readers_guids()
In the
2.x
series.This PR must be merged after
Related PRs
get_matched_publication/subscription...()
API tests Fast-DDS-python#185Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist