[21295] Participant discovery structures refactor#5042
Merged
MiguelCompany merged 23 commits intomasterfrom Jul 24, 2024
Merged
[21295] Participant discovery structures refactor#5042MiguelCompany merged 23 commits intomasterfrom
MiguelCompany merged 23 commits intomasterfrom
Conversation
bbc8c80 to
70d0d45
Compare
c46e765 to
1d202cb
Compare
70d0d45 to
02dc073
Compare
5aa7fa2 to
a5a6ec0
Compare
This was referenced Jul 16, 2024
94baedc to
b6e5229
Compare
MiguelCompany
requested changes
Jul 17, 2024
include/fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.hpp
Outdated
Show resolved
Hide resolved
include/fastdds/rtps/builtin/data/ParticipantBuiltinTopicData.hpp
Outdated
Show resolved
Hide resolved
include/fastdds/rtps/builtin/data/ParticipantBuiltinTopicData.hpp
Outdated
Show resolved
Hide resolved
include/fastdds/rtps/builtin/data/ParticipantBuiltinTopicData.hpp
Outdated
Show resolved
Hide resolved
test/mock/rtps/ParticipantProxyData/rtps/builtin/data/ParticipantProxyData.hpp
Show resolved
Hide resolved
test/mock/rtps/RTPSParticipant/fastdds/rtps/participant/RTPSParticipant.hpp
Outdated
Show resolved
Hide resolved
test/mock/rtps/SecurityPluginFactory/rtps/security/MockAccessControlPlugin.h
Show resolved
Hide resolved
test/mock/rtps/external_locators/rtps/network/utils/external_locators.hpp
Show resolved
Hide resolved
MiguelCompany
requested changes
Jul 18, 2024
include/fastdds/rtps/builtin/data/ParticipantBuiltinTopicData.hpp
Outdated
Show resolved
Hide resolved
d27effc to
5e999f7
Compare
5e999f7 to
9e7c525
Compare
…overy to on_participant_discovery Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
…IPANT_DISCOVERY_STATUS Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
…overyInfo Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
…yData 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>
…opicData 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>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
e1958d6 to
2c4d7f5
Compare
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 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 is a refactor of Participant discovery structures. In particular:
DISCOVERY_STATUS→ParticipantDiscoveryStatus.onParticipantDiscovery->on_participant_discovery.RTPSParticipantListenerandDomainParticipantListener. The methodson_participant_discover()now takeParticipantBuiltinTopicDataand aParticipantDiscoveryStatus, instead ofParticipantDiscoveryInfo.ParticipantDiscoveryInfoParticipantBuiltinTopicDatawith additional fields: locators, participant name, properties, lease durationParticipantBuiltinTopicDatafrom aParticipantProxyData.ParticipantProxyDataheader private.fill_discovery_data_from_cdr_message()to take ParticipantBuiltinTopicDataRelated PR:
Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist