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

Implement DDS Participants #126

Draft
wants to merge 9 commits into
base: feature/discovery_server_participant
Choose a base branch
from

Commits on Sep 20, 2024

  1. Create Discovery Server DDS Participant

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e7a3503 View commit details
    Browse the repository at this point in the history
  2. Create Simple DDS Participant

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6d475c3 View commit details
    Browse the repository at this point in the history
  3. Create Initial Peers DDS Participant

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c355b37 View commit details
    Browse the repository at this point in the history
  4. Refactor InitialPeersParticipant code for clarity

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b2a1bc2 View commit details
    Browse the repository at this point in the history
  5. Fix QOS assignment for DDS Participants

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    38592ba View commit details
    Browse the repository at this point in the history
  6. Add tests for new DDS Participants

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ef1005a View commit details
    Browse the repository at this point in the history
  7. Add StatusMask to DDS CommonParticipant

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a04c84b View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary whitelist and listener port

    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d094e6c View commit details
    Browse the repository at this point in the history
  9. Refactor DDS CommonParticipant to handle InitializationException in c…

    …reate_writer and create_reader
    
    Signed-off-by: Irene Bandera <[email protected]>
    irenebm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cb3f562 View commit details
    Browse the repository at this point in the history