Skip to content
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

Add writer wait for acknowledgements for a specific instance [13252] #2233

Merged

Conversation

JLBuenoLopez
Copy link
Contributor

@JLBuenoLopez JLBuenoLopez commented Sep 27, 2021

Add API to DataWriter: overload wait_for_acknowledgments for a specific instance.

Depends on #2356

include/fastdds/dds/publisher/DataWriter.hpp Outdated Show resolved Hide resolved
include/fastdds/dds/publisher/DataWriter.hpp Outdated Show resolved Hide resolved
src/cpp/fastdds/publisher/DataWriterImpl.cpp Show resolved Hide resolved
src/cpp/fastdds/publisher/DataWriterImpl.cpp Outdated Show resolved Hide resolved
src/cpp/fastdds/publisher/DataWriterImpl.cpp Outdated Show resolved Hide resolved
src/cpp/fastrtps_deprecated/publisher/PublisherHistory.cpp Outdated Show resolved Hide resolved
src/cpp/fastrtps_deprecated/publisher/PublisherHistory.cpp Outdated Show resolved Hide resolved
@JLBuenoLopez
Copy link
Contributor Author

@richiprosima please test windows

@JLBuenoLopez JLBuenoLopez added this to the v2.5.0 milestone Oct 26, 2021
@JLBuenoLopez JLBuenoLopez force-pushed the feature/writer-wait-for-acknowledgements-instance branch from 8a79678 to 14a191c Compare October 26, 2021 05:44
@JLBuenoLopez JLBuenoLopez force-pushed the feature/writer-wait-for-acknowledgements-instance branch from 14a191c to 9ac515e Compare December 10, 2021 07:00
include/fastdds/dds/publisher/DataWriter.hpp Outdated Show resolved Hide resolved
src/cpp/fastdds/publisher/DataWriterImpl.cpp Outdated Show resolved Hide resolved
src/cpp/fastrtps_deprecated/publisher/PublisherHistory.cpp Outdated Show resolved Hide resolved
src/cpp/fastrtps_deprecated/publisher/PublisherHistory.cpp Outdated Show resolved Hide resolved
src/cpp/fastdds/publisher/DataWriterImpl.cpp Outdated Show resolved Hide resolved
MiguelCompany
MiguelCompany previously approved these changes Dec 13, 2021
Copy link
Member

@MiguelCompany MiguelCompany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JLBuenoLopez
Copy link
Contributor Author

Several DataWriter unittests have failed in both Windows CI. I will look into them!

MiguelCompany
MiguelCompany previously approved these changes Dec 14, 2021
Copy link
Member

@MiguelCompany MiguelCompany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EduPonz EduPonz changed the title [12412] Add writer wait for acknowledgements for a specific instance Add writer wait for acknowledgements for a specific instance [13252] Dec 14, 2021
@MiguelCompany
Copy link
Member

@richiprosima Please test mac

@MiguelCompany MiguelCompany force-pushed the feature/writer-wait-for-acknowledgements-instance branch from fcd4be0 to 156fb2c Compare December 16, 2021 14:39
@MiguelCompany
Copy link
Member

@richiprosima Please test this

@MiguelCompany MiguelCompany force-pushed the feature/writer-wait-for-acknowledgements-instance branch 4 times, most recently from 5706a2a to 8031dd9 Compare December 17, 2021 06:13
EduPonz
EduPonz previously approved these changes Dec 17, 2021
Copy link

@EduPonz EduPonz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
…entation: preconditions

Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
…mplementation

Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
JLBuenoLopez and others added 11 commits December 17, 2021 10:14
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
…rd compliance

Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
@JLBuenoLopez JLBuenoLopez force-pushed the feature/writer-wait-for-acknowledgements-instance branch from 8031dd9 to 14ff18c Compare December 17, 2021 09:15
Copy link
Contributor

@jsan-rt jsan-rt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MiguelCompany MiguelCompany merged commit 953afb9 into master Dec 20, 2021
@MiguelCompany MiguelCompany deleted the feature/writer-wait-for-acknowledgements-instance branch December 20, 2021 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants