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

Force aligned param length <master> [7841] #1059

Merged
merged 10 commits into from
Mar 12, 2020

Conversation

MiguelCompany
Copy link
Member

This is a forward port of #1047 + #1056

include/fastdds/dds/core/policy/QosPolicies.hpp Outdated Show resolved Hide resolved
include/fastdds/dds/core/policy/QosPolicies.hpp Outdated Show resolved Hide resolved
@@ -62,7 +62,6 @@ constexpr DestinationOrderQosPolicyKind BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_
constexpr DestinationOrderQosPolicyKind BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS =
DestinationOrderQosPolicyKind::BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS;
using DestinationOrderQosPolicy = fastdds::dds::DestinationOrderQosPolicy;
using UserDataQosPolicy = fastdds::dds::UserDataQosPolicy;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why treat UserDataQosPolicy different from the rest of QosPolicy classes?

Copy link
Member Author

Choose a reason for hiding this comment

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

The linker complained on non-defined UserDataQosPolicy::addToCDRMessage. This class is only being used inside other classes (ProxyData and DDS QoS), so it is almost impossible for a user to have been using it. In fact, as part of the DDS PSM changes we are making, this has already been done.

@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

Copy link
Contributor

@IkerLuengo IkerLuengo left a comment

Choose a reason for hiding this comment

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

LGTM

@richiware
Copy link
Member

richiware commented Mar 11, 2020

Build status:

  • Linux Build Status
    • Known unrelated failure
  • Mac Build Status
  • Windows Build Status

@MiguelCompany MiguelCompany merged commit 817b256 into master Mar 12, 2020
@MiguelCompany MiguelCompany deleted the feature/force-aligned-param-length/master branch March 12, 2020 06:25
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