Skip to content

[22858] Update types with Fast DDS Gen v4.0.4 #5720

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
merged 1 commit into from
Mar 20, 2025

Conversation

Mario-DL
Copy link
Member

@Mario-DL Mario-DL commented Mar 20, 2025

Description

This PR updates types with Fast DDS Gen v4.0.4

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
  • N/A 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)
  • N/A Changes are backport compatible: they do NOT break ABI nor change library core behavior.
  • N/A Changes are API compatible.
  • N/A New feature has been added to the versions.md file (if applicable).
  • N/A 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.
  • If this is a critical bug fix, backports to the critical-only supported branches have been requested.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@Mario-DL Mario-DL added this to the v3.2.0 - Frozen ❄️ milestone Mar 20, 2025
@Mario-DL Mario-DL requested review from richiprosima and removed request for richiprosima March 20, 2025 10:14
@github-actions github-actions bot added the ci-pending PR which CI is running label Mar 20, 2025
MiguelCompany added a commit that referenced this pull request Mar 20, 2025
commit 36048d6
Author: Mario Dominguez <[email protected]>
Date:   Thu Mar 20 11:09:11 2025 +0100

    Refs #22858: Update types with Fast DDS Gen v4.0.4

    Signed-off-by: Mario Dominguez <[email protected]>
@MiguelCompany
Copy link
Member

Failed tests unrelated

@MiguelCompany MiguelCompany merged commit 3fcf91b into master Mar 20, 2025
15 of 17 checks passed
@MiguelCompany MiguelCompany deleted the types/master/gen-4.0.4 branch March 20, 2025 15:38
MiguelCompany added a commit that referenced this pull request Mar 21, 2025
Squashed commit of the following:

commit 286f7bb
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:35:25 2025 +0100

    Refs #22974. Setup port_queue_capacity.

    Signed-off-by: Miguel Company <[email protected]>

commit 8cc2092
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:30:15 2025 +0100

    Refs #22974. Add constexpr `SharedMemTransportDescriptor::shm_implicit_segment_size`

    Signed-off-by: Miguel Company <[email protected]>

commit caffd9f
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:21:59 2025 +0100

    Refs #22974. Increase segment size on large data / easy mode.

    Signed-off-by: Miguel Company <[email protected]>

commit a3aea07
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:14:17 2025 +0100

    Refs #22974. Only override buffer sizes when they are 0.

    Signed-off-by: Miguel Company <[email protected]>

commit a020c1d
Author: juanjo4936 <[email protected]>
Date:   Fri Mar 21 06:55:28 2025 +0100

    Add modules support to idl_serialize (#5691)

    * Refs 22893: First implementation of module resolution for IDLs

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Corrected some errors in IDL

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Corrected typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Complete IDL module resolution

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Corrected some issues

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Expanded funtionality to accept all types

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Uncrustufy

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Solved failing CI

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: added test to test the new feature

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Refatored the test for the new feature

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Uncrustify

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected small typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected extensibility issue

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: applied most of reviewer suggestions

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: added explicit appendable extensibility (like the rest)

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: uncrustify

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: refatoring of tabulation function

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: last suggestions

    Signed-off-by: Juan Lopez Fernandez <[email protected]>

    ---------

    Signed-off-by: Juanjo Garcia <[email protected]>
    Signed-off-by: Juan Lopez Fernandez <[email protected]>
    Co-authored-by: Juan Lopez Fernandez <[email protected]>

commit 3fcf91b
Author: Mario Domínguez López <[email protected]>
Date:   Thu Mar 20 16:38:50 2025 +0100

    Update types with Fast DDS Gen v4.0.4 (#5720)

    Signed-off-by: Mario Dominguez <[email protected]>
MiguelCompany added a commit that referenced this pull request Mar 21, 2025
Squashed commit of the following:

commit 286f7bb
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:35:25 2025 +0100

    Refs #22974. Setup port_queue_capacity.

    Signed-off-by: Miguel Company <[email protected]>

commit 8cc2092
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:30:15 2025 +0100

    Refs #22974. Add constexpr `SharedMemTransportDescriptor::shm_implicit_segment_size`

    Signed-off-by: Miguel Company <[email protected]>

commit caffd9f
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:21:59 2025 +0100

    Refs #22974. Increase segment size on large data / easy mode.

    Signed-off-by: Miguel Company <[email protected]>

commit a3aea07
Author: Miguel Company <[email protected]>
Date:   Fri Mar 21 10:14:17 2025 +0100

    Refs #22974. Only override buffer sizes when they are 0.

    Signed-off-by: Miguel Company <[email protected]>

commit a020c1d
Author: juanjo4936 <[email protected]>
Date:   Fri Mar 21 06:55:28 2025 +0100

    Add modules support to idl_serialize (#5691)

    * Refs 22893: First implementation of module resolution for IDLs

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Corrected some errors in IDL

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Corrected typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Complete IDL module resolution

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Corrected some issues

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Expanded funtionality to accept all types

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Uncrustufy

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Solved failing CI

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: added test to test the new feature

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Refatored the test for the new feature

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: Uncrustify

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected small typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected extensibility issue

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: applied most of reviewer suggestions

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: added explicit appendable extensibility (like the rest)

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: uncrustify

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: refatoring of tabulation function

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: corrected typo

    Signed-off-by: Juanjo Garcia <[email protected]>

    * Refs 22893: last suggestions

    Signed-off-by: Juan Lopez Fernandez <[email protected]>

    ---------

    Signed-off-by: Juanjo Garcia <[email protected]>
    Signed-off-by: Juan Lopez Fernandez <[email protected]>
    Co-authored-by: Juan Lopez Fernandez <[email protected]>

commit 3fcf91b
Author: Mario Domínguez López <[email protected]>
Date:   Thu Mar 20 16:38:50 2025 +0100

    Update types with Fast DDS Gen v4.0.4 (#5720)

    Signed-off-by: Mario Dominguez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-pending PR which CI is running
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants