-
Notifications
You must be signed in to change notification settings - Fork 791
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
[21295] Participant discovery structures refactor #5042
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
force-pushed
the
participant_discovery_data_refactor
branch
from
July 9, 2024 12:29
bbc8c80
to
70d0d45
Compare
MiguelCompany
force-pushed
the
feature/21239
branch
2 times, most recently
from
July 10, 2024 07:43
c46e765
to
1d202cb
Compare
elianalf
force-pushed
the
participant_discovery_data_refactor
branch
from
July 12, 2024 08:12
70d0d45
to
02dc073
Compare
elianalf
force-pushed
the
participant_discovery_data_refactor
branch
2 times, most recently
from
July 16, 2024 10:48
5aa7fa2
to
a5a6ec0
Compare
This was referenced Jul 16, 2024
elianalf
requested review from
MiguelCompany
and removed request for
MiguelCompany
July 16, 2024 14:37
elianalf
force-pushed
the
participant_discovery_data_refactor
branch
from
July 17, 2024 12:41
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
Outdated
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
Outdated
Show resolved
Hide resolved
test/mock/rtps/external_locators/rtps/network/utils/external_locators.hpp
Outdated
Show resolved
Hide resolved
MiguelCompany
requested changes
Jul 18, 2024
include/fastdds/rtps/builtin/data/ParticipantBuiltinTopicData.hpp
Outdated
Show resolved
Hide resolved
elianalf
force-pushed
the
participant_discovery_data_refactor
branch
from
July 18, 2024 18:11
d27effc
to
5e999f7
Compare
MiguelCompany
force-pushed
the
participant_discovery_data_refactor
branch
from
July 19, 2024 09:09
5e999f7
to
9e7c525
Compare
MiguelCompany
requested review from
MiguelCompany
and removed request for
MiguelCompany
July 19, 2024 09:11
MiguelCompany
previously approved these changes
Jul 19, 2024
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 with green CI
…overy to on_participant_discovery Signed-off-by: elianalf <[email protected]>
…IPANT_DISCOVERY_STATUS Signed-off-by: elianalf <[email protected]>
…overyInfo Signed-off-by: elianalf <[email protected]>
…yData 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]>
…opicData 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: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
elianalf
force-pushed
the
participant_discovery_data_refactor
branch
from
July 23, 2024 14:01
e1958d6
to
2c4d7f5
Compare
MiguelCompany
approved these changes
Jul 23, 2024
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 with green CI
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
.RTPSParticipantListener
andDomainParticipantListener
. The methodson_participant_discover()
now takeParticipantBuiltinTopicData
and aParticipantDiscoveryStatus
, instead ofParticipantDiscoveryInfo
.ParticipantDiscoveryInfo
ParticipantBuiltinTopicData
with additional fields: locators, participant name, properties, lease durationParticipantBuiltinTopicData
from aParticipantProxyData
.ParticipantProxyData
header private.fill_discovery_data_from_cdr_message()
to take ParticipantBuiltinTopicDataRelated PR:
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist