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

[20291] Gather-send implementation #4537

Merged
merged 52 commits into from
Jun 13, 2024
Merged

Commits on Jun 13, 2024

  1. Refs #20337: Buffer list in UDP sending function

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2db99a4 View commit details
    Browse the repository at this point in the history
  2. Refs #20337: Buffer list in SHM sending function & Copy to shared buf…

    …fer function
    
    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a277e51 View commit details
    Browse the repository at this point in the history
  3. Refs #20337: Buffer list in TCP sending function

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    775b4e4 View commit details
    Browse the repository at this point in the history
  4. Refs #20342: Add new Buffer structure

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5c4de19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a29d3fa View commit details
    Browse the repository at this point in the history
  6. Refs #20342: Refactor on UDP transport

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    28b4d38 View commit details
    Browse the repository at this point in the history
  7. Refs #20342: Refactor on UDP test_transport

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b98b227 View commit details
    Browse the repository at this point in the history
  8. Refs #20342: Refactor on TCP Transport

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    43eb945 View commit details
    Browse the repository at this point in the history
  9. Refs #20342: Refactor on TCPChannelResource

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bd6f690 View commit details
    Browse the repository at this point in the history
  10. Refs #20342: Refactor on TCP tests

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    66e8c44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc475ff View commit details
    Browse the repository at this point in the history
  12. Refs #20342: Refactor on SHM tests

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3d45ab2 View commit details
    Browse the repository at this point in the history
  13. Refs #20342: Fix mock tests after rebase

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    55e91e1 View commit details
    Browse the repository at this point in the history
  14. Refs #20352: Refactor on addSubmessageData/DataFrag

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c63a3dc View commit details
    Browse the repository at this point in the history
  15. Refs #20352: Add constructor overloads to NetworkBuffers

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    30bcba8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    be2fc05 View commit details
    Browse the repository at this point in the history
  17. Refs #20352: Refactor on add_data()

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c967955 View commit details
    Browse the repository at this point in the history
  18. Refs #20352: Refactor on add_data_frag()

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    49f46c8 View commit details
    Browse the repository at this point in the history
  19. Refs #20352: Refactor on insert_submessage()

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0dd12d9 View commit details
    Browse the repository at this point in the history
  20. Refs #20352: Refactor on send()

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    af7832c View commit details
    Browse the repository at this point in the history
  21. Refs #20352: Minor changes in RTPSMessageGroup

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3e66776 View commit details
    Browse the repository at this point in the history
  22. Refs #20352: Refactor on RTPSMessageSenderInterface

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    801d861 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5f55553 View commit details
    Browse the repository at this point in the history
  24. Refs #20352: Refactor on Statistics module

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    336e06b View commit details
    Browse the repository at this point in the history
  25. Refs #20352: Add security support

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    97e62c3 View commit details
    Browse the repository at this point in the history
  26. Refs #20352: Minor fixes

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7be3243 View commit details
    Browse the repository at this point in the history
  27. Refs #20352: Doxygen

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2f76bd9 View commit details
    Browse the repository at this point in the history
  28. Refs #20352: Delete Sender's Resource deprecated API

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    097545c View commit details
    Browse the repository at this point in the history
  29. Refs #20352: Uncrustify

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ab9f905 View commit details
    Browse the repository at this point in the history
  30. Refs #20352: Fix Windows build

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c01b7fb View commit details
    Browse the repository at this point in the history
  31. Refs #20352: Account for change of namespaces

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    63772f0 View commit details
    Browse the repository at this point in the history
  32. Refs #20352: Add NetworkBuffer.cpp

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d6a4146 View commit details
    Browse the repository at this point in the history
  33. Refs #20352: Revision minor changes

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6e83cc3 View commit details
    Browse the repository at this point in the history
  34. Refs #20352: Revision minor changes 2

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    17cc6ec View commit details
    Browse the repository at this point in the history
  35. Refs #20291: Avoid stats_msg dynamic malloc

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a748ae4 View commit details
    Browse the repository at this point in the history
  36. Refs #20291: Use vector instead of list

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    809ae5d View commit details
    Browse the repository at this point in the history
  37. Refs #20291: Refactor RTPSMessageGroup to avoid Mallocs

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    557c2ca View commit details
    Browse the repository at this point in the history
  38. Refs #20291: Use limited vector to avoid repeated mallocs

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    153156b View commit details
    Browse the repository at this point in the history
  39. Refs #20291: Fix rebase

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ffaced5 View commit details
    Browse the repository at this point in the history
  40. Refs #20291: Improve doxygen

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    42a51dd View commit details
    Browse the repository at this point in the history
  41. Refs #20291: Revision

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4d9addc View commit details
    Browse the repository at this point in the history
  42. Refs #20291: Add ResourceLV config into QoS

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4134e23 View commit details
    Browse the repository at this point in the history
  43. Refs #20291: XML - New QoS added

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    020b04d View commit details
    Browse the repository at this point in the history
  44. Refs #20291: Get Payload in RTPSMessageGroup

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c7ce07d View commit details
    Browse the repository at this point in the history
  45. Refs #20291: Uncrustify

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f84a62f View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    32158d3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    a5d7bee View commit details
    Browse the repository at this point in the history
  48. Refs #20291: Revision - Default values

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fbcc6a7 View commit details
    Browse the repository at this point in the history
  49. Refs #20291: Update versions.md & CMakeLists

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    efe7deb View commit details
    Browse the repository at this point in the history
  50. Refs #20291: Revision - Headers & versions.md

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ac0f539 View commit details
    Browse the repository at this point in the history
  51. Refs #20291: Adjust payload_pool test

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8a9eede View commit details
    Browse the repository at this point in the history
  52. Refs #20291: Test comment

    Signed-off-by: cferreiragonz <[email protected]>
    cferreiragonz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4cf3f20 View commit details
    Browse the repository at this point in the history