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

[21295] Participant discovery structures refactor #5042

Merged
merged 23 commits into from
Jul 24, 2024

Commits on Jul 23, 2024

  1. Refs #21295: changing the name of the callback from onParticipantDisc…

    …overy to on_participant_discovery
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2845bb5 View commit details
    Browse the repository at this point in the history
  2. Refs #21295: Change listener signature and DISCOVERY_STATUS to PARTIC…

    …IPANT_DISCOVERY_STATUS
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2abf514 View commit details
    Browse the repository at this point in the history
  3. Refs #21295: Move PARTICIPANT_DISCOVERY_STATUS out of ParticipantDisc…

    …overyInfo
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    250e4de View commit details
    Browse the repository at this point in the history
  4. Refs #21295: Substitute ParticipantDiscoveryInfo with ParticipantProx…

    …yData
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ecd6d07 View commit details
    Browse the repository at this point in the history
  5. Refs #21295: Remove ParticiapntDiscoveryInfo

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    92af3ae View commit details
    Browse the repository at this point in the history
  6. Refs #21295: Extend ParticipantBuiltinTopicData

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    835e9fe View commit details
    Browse the repository at this point in the history
  7. Refs #21295: Create ParticipantBuiltinTopicData in rtps namespace

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8c94e64 View commit details
    Browse the repository at this point in the history
  8. Refs #21295: Create from_proxy_to_builtin method for participant

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    250fd1f View commit details
    Browse the repository at this point in the history
  9. Refs #21295: Substitute ParticipantProxyData with ParticipantBuiltinT…

    …opicData
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3809fcc View commit details
    Browse the repository at this point in the history
  10. Refs #21295: Make ParticipantProxyData private

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2e58bd7 View commit details
    Browse the repository at this point in the history
  11. Refs #21295: Update version.md

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cb24187 View commit details
    Browse the repository at this point in the history
  12. Refs #21295: Uncrustify

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2f68fe4 View commit details
    Browse the repository at this point in the history
  13. Refs #21295: Fix compilation error after rebase

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3d0918e View commit details
    Browse the repository at this point in the history
  14. Refs #21295: Change name in camel case ParticipantDiscoveryStatus

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4047e7f View commit details
    Browse the repository at this point in the history
  15. Refs #21295: Change signature of fill_discovery_data_from_cdr_message

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a771a46 View commit details
    Browse the repository at this point in the history
  16. Refs #21295: Apply changes to new example

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    29a9a64 View commit details
    Browse the repository at this point in the history
  17. Refs #21295: Apply suggestions

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    270a979 View commit details
    Browse the repository at this point in the history
  18. Refs #21295: Apply suggestions

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ca29ad0 View commit details
    Browse the repository at this point in the history
  19. Refs #21295. Fix communication test build.

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany authored and elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4355e4e View commit details
    Browse the repository at this point in the history
  20. Refs #21295. Fix include order.

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany authored and elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b96554b View commit details
    Browse the repository at this point in the history
  21. Refs #21295. Additional change on versions.md.

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany authored and elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    890eca0 View commit details
    Browse the repository at this point in the history
  22. Refs #21295: Add missing guid conversion in the converter

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2da7756 View commit details
    Browse the repository at this point in the history
  23. Refs #21295: Adjust after rebase

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2c4d7f5 View commit details
    Browse the repository at this point in the history