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

Manually fix a set of Topic QoS, and implement the max-tx-rate, max-rx-rate, and downsampling #64

Merged
merged 41 commits into from
Nov 7, 2023

Commits on Nov 6, 2023

  1. Max-reception-rate & downsampling in RTPS participants

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    767afd5 View commit details
    Browse the repository at this point in the history
  2. Max-reception-rate & downsampling in DDS participants

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    41639fa View commit details
    Browse the repository at this point in the history
  3. Rename max-reception-rate to max-rx-rate

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2414719 View commit details
    Browse the repository at this point in the history
  4. Basic support for manual topics tag

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    eba59e2 View commit details
    Browse the repository at this point in the history
  5. Read all TopicQoS in the manual topics

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3d7aa54 View commit details
    Browse the repository at this point in the history
  6. Implement max transmission rate

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d86f91e View commit details
    Browse the repository at this point in the history
  7. Minor fixes

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7394ef2 View commit details
    Browse the repository at this point in the history
  8. Fix bugs and clean code

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    48b7deb View commit details
    Browse the repository at this point in the history
  9. Fix rebase error

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    061dead View commit details
    Browse the repository at this point in the history
  10. Make the DdsPipeConfiguration required

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a3e9f68 View commit details
    Browse the repository at this point in the history
  11. Apply manual topics by default to all participants

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    030f41d View commit details
    Browse the repository at this point in the history
  12. Remove Wildcard Topic without name test

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    115d282 View commit details
    Browse the repository at this point in the history
  13. Simplify the DdsPipe's constructor

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6096e9f View commit details
    Browse the repository at this point in the history
  14. Minor fixes

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2912be3 View commit details
    Browse the repository at this point in the history
  15. Support on_data_available with multiple messages

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6678aba View commit details
    Browse the repository at this point in the history
  16. Uncrustify

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ac8b5b6 View commit details
    Browse the repository at this point in the history
  17. Fix compilation in Ubuntu 20.04 debug

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    61d1a46 View commit details
    Browse the repository at this point in the history
  18. Support manual topics in the dds participant

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3b30130 View commit details
    Browse the repository at this point in the history
  19. Uncrustify

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ad4a249 View commit details
    Browse the repository at this point in the history
  20. Minor fixes

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6e3353e View commit details
    Browse the repository at this point in the history
  21. Fix bug customizing a topic in the DdsBridge

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fd7839f View commit details
    Browse the repository at this point in the history
  22. Apply suggestions

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0bdb91f View commit details
    Browse the repository at this point in the history
  23. Avoid using DdsTopics in the DdsBridge

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    aef399c View commit details
    Browse the repository at this point in the history
  24. Minor fixes

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    55dc7bc View commit details
    Browse the repository at this point in the history
  25. Add Topic QoS to the SchemaParticipant

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    44fa4c8 View commit details
    Browse the repository at this point in the history
  26. Bugfix copy method

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    268e148 View commit details
    Browse the repository at this point in the history
  27. Uncrustify & Windows fix

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2f78320 View commit details
    Browse the repository at this point in the history
  28. Allowed topics test

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    24e5c49 View commit details
    Browse the repository at this point in the history
  29. Pack the QoSs in specs on a Topic QoS object

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7fedb4a View commit details
    Browse the repository at this point in the history
  30. Fix default Topic QoS variable

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3e5a5e0 View commit details
    Browse the repository at this point in the history
  31. Apply suggestions

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f4ddf38 View commit details
    Browse the repository at this point in the history
  32. Rename max-depth to history-depth

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ad29663 View commit details
    Browse the repository at this point in the history
  33. Uncrustify

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9c64eda View commit details
    Browse the repository at this point in the history
  34. Remove test that checks parsing QoS in a DdsTopic

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ad75b36 View commit details
    Browse the repository at this point in the history
  35. Fix compilation in Ubuntu 20.04 debug

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3d7e898 View commit details
    Browse the repository at this point in the history
  36. Improve test according to suggestion

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c72b5ec View commit details
    Browse the repository at this point in the history
  37. Apply specs TopicQoS over discovery TopicQoS

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ef730a7 View commit details
    Browse the repository at this point in the history
  38. Apply suggestions

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e13ca48 View commit details
    Browse the repository at this point in the history
  39. Apply suggestions

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1f9a662 View commit details
    Browse the repository at this point in the history
  40. Apply more suggestions

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b9d2c47 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Add missing Windows header

    Signed-off-by: tempate <[email protected]>
    Tempate committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0c5fff5 View commit details
    Browse the repository at this point in the history