-
Notifications
You must be signed in to change notification settings - Fork 817
[20086] Methods to configure transport scenarios (backport #4098) #4171
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Refs #20020. Added enumeration for possible builtin transports configuration. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Add method to parse environment variable. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Cleanup RTPSParticipantAttributes.h. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Moved default transports configuration into RTPSParticipantAttributes::setup_transports. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. RTPSParticipantImpl constructor uses private copy of attributes. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Added support for DEFAULTv6. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. SHM transport added before UDP. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Added support for SHM. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Added support for UDPv4. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Added support for UDPv6. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Factor out duplicated code. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Added support for LARGE_DATA. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Added support for LARGE_DATAv6. Signed-off-by: Miguel Company <[email protected]> * Refs #20020. Added DomainParticipantQos::setup_transports. Signed-off-by: Miguel Company <[email protected]> * Refs #20020: Add constants for builtin transports Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Add XML parser functions for builtin_transports Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: add builtinTransports to .xsd Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: add mock tests needed Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Add builtin transports XML file Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Add new API to tests classes Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Add Blackbox tests Signed-off-by: cferreiragonz <[email protected]> * Refs 20020: Rename XML file and EOF Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Add unittest test Signed-off-by: elianalf <[email protected]> * Refs #20020: Update versions.md Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Make enum uint16_t Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Add Parsing test Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Apply minor changes Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Remove - in CMakeLists Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Uncrustify Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Fix .xsd and remove unnecesary mock test Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Add implementation for mock test Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Fix windows build Signed-off-by: cferreiragonz <[email protected]> * Refs #20020: Uncrustify Signed-off-by: cferreiragonz <[email protected]> * Disable v6 tests for Mac Signed-off-by: cferreiragonz <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Signed-off-by: cferreiragonz <[email protected]> Signed-off-by: elianalf <[email protected]> Co-authored-by: cferreiragonz <[email protected]> Co-authored-by: elianalf <[email protected]> (cherry picked from commit 8cbd461) # Conflicts: # include/fastdds/dds/domain/qos/DomainParticipantQos.hpp # include/fastdds/rtps/attributes/RTPSParticipantAttributes.h # include/fastrtps/xmlparser/XMLParser.h # resources/xsd/fastRTPS_profiles.xsd # src/cpp/rtps/participant/RTPSParticipantImpl.cpp # src/cpp/rtps/xmlparser/XMLElementParser.cpp # test/unittest/dynamic_types/CMakeLists.txt # test/unittest/statistics/dds/CMakeLists.txt # test/unittest/xmlparser/CMakeLists.txt # versions.md
18 tasks
Signed-off-by: elianalf <[email protected]>
Signed-off-by: elianalf <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: elianalf <[email protected]>
@richiprosima please test this |
Signed-off-by: EduPonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
EduPonz
approved these changes
Jan 11, 2024
EduPonz
suggested changes
Jan 11, 2024
Co-authored-by: Eduardo Ponz Segrelles <[email protected]>
4acd173
to
f940e24
Compare
EduPonz
approved these changes
Jan 12, 2024
@richiprosima please test linux test mac test windows |
I ordered a manual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automatic backport of pull request #4098 done by Mergify.
Cherry-pick of 8cbd461 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com