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

[21120] RTPS reader APIs refactor #4875

Merged
merged 79 commits into from
Jun 11, 2024
Merged

[21120] RTPS reader APIs refactor #4875

merged 79 commits into from
Jun 11, 2024

Conversation

MiguelCompany
Copy link
Member

@MiguelCompany MiguelCompany commented May 30, 2024

Description

This is a refactor on the RTPS reader APIs, so only the ones intended for the user (i.e. public and exported) are present.
The refactor includes adding an intermediate BaseReader class with the internal APIs.

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
  • Any new/modified methods have been properly documented using Doxygen.
  • N/A Any new configuration API has an equivalent XML API (with the corresponding XSD extension)
  • NO Changes are backport compatible: they do NOT break ABI nor change library core behavior.
  • NO Changes are API compatible.
  • NO New feature has been added to the versions.md file (if applicable).
  • New feature has been documented/Current behavior is correctly described in the documentation.
  • N/A Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@MiguelCompany MiguelCompany added this to the v3.0.0 milestone May 30, 2024
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch from d316766 to 4788c9a Compare May 30, 2024 13:00
@elianalf elianalf added the needs-review PR that is ready to be reviewed label May 30, 2024
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch 2 times, most recently from 910f9a5 to 4169b0c Compare May 31, 2024 08:11
@EduPonz EduPonz self-requested a review May 31, 2024 10:51
@github-actions github-actions bot added the ci-pending PR which CI is running label May 31, 2024
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch from 4169b0c to c0d9308 Compare May 31, 2024 11:14
@MiguelCompany MiguelCompany requested review from EduPonz and removed request for EduPonz May 31, 2024 12:22
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch from 61fff02 to b47b129 Compare June 3, 2024 06:01
@MiguelCompany MiguelCompany requested review from EduPonz and removed request for EduPonz June 3, 2024 06:01
src/cpp/rtps/messages/MessageReceiver.h Outdated Show resolved Hide resolved
src/cpp/rtps/messages/MessageReceiver.cpp Outdated Show resolved Hide resolved
src/cpp/rtps/reader/BaseReader.hpp Outdated Show resolved Hide resolved
include/fastdds/rtps/reader/RTPSReader.h Outdated Show resolved Hide resolved
include/fastdds/rtps/reader/RTPSReader.h Show resolved Hide resolved
src/cpp/rtps/reader/BaseReader.hpp Outdated Show resolved Hide resolved
src/cpp/rtps/reader/BaseReader.cpp Outdated Show resolved Hide resolved
src/cpp/rtps/reader/StatefulReader.cpp Show resolved Hide resolved
test/mock/rtps/RTPSReader/fastdds/rtps/reader/RTPSReader.h Outdated Show resolved Hide resolved
include/fastdds/rtps/reader/ReaderListener.h Show resolved Hide resolved
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch from b47b129 to 6f26cc5 Compare June 4, 2024 14:18
@MiguelCompany MiguelCompany requested a review from EduPonz June 4, 2024 14:21
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch 2 times, most recently from fa1b5e3 to 0f7f9b0 Compare June 5, 2024 13:35
@MiguelCompany MiguelCompany requested review from EduPonz and removed request for EduPonz June 5, 2024 13:55
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch from f0ec876 to 258078d Compare June 6, 2024 10:48
@MiguelCompany MiguelCompany requested review from EduPonz and removed request for EduPonz June 6, 2024 10:50
@MiguelCompany
Copy link
Member Author

@richiprosima Please test_3 discovery-server

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.

Only doxygen docs things.

src/cpp/rtps/reader/StatefulReader.hpp Outdated Show resolved Hide resolved
src/cpp/rtps/reader/BaseReader.cpp Outdated Show resolved Hide resolved
test/unittest/rtps/reader/StatefulReaderTests.cpp Outdated Show resolved Hide resolved
include/fastdds/rtps/reader/RTPSReader.h Show resolved Hide resolved
src/cpp/rtps/reader/BaseReader.hpp Show resolved Hide resolved
test/mock/rtps/RTPSReader/rtps/reader/BaseReader.hpp Outdated Show resolved Hide resolved
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: Miguel Company <miguelcompany@eprosima.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: Miguel Company <miguelcompany@eprosima.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: Miguel Company <miguelcompany@eprosima.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: Miguel Company <miguelcompany@eprosima.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>
@MiguelCompany MiguelCompany force-pushed the feature/21082/reader branch from ecd0401 to 6e2d89f Compare June 11, 2024 08:35
@EduPonz EduPonz requested review from EduPonz and removed request for EduPonz June 11, 2024 08:45
@EduPonz
Copy link

EduPonz commented Jun 11, 2024

@richiprosima please test_3 discovery-server

@MiguelCompany MiguelCompany mentioned this pull request Jun 11, 2024
11 tasks
@EduPonz EduPonz merged commit 8308073 into master Jun 11, 2024
9 of 12 checks passed
@EduPonz EduPonz deleted the feature/21082/reader branch June 11, 2024 13:31
@EduPonz EduPonz removed the ci-pending PR which CI is running label Jun 11, 2024
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.

3 participants