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

Add features to pyopendds #23

Closed
wants to merge 12 commits into from

Commits on Aug 9, 2021

  1. Add publisher capability to pyopendds

    Add basic support for publisher
    
    know issue : Segfault after write() call
    
    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    900c777 View commit details
    Browse the repository at this point in the history
  2. add Sequences support

    manage sequences as list
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    da5df2e View commit details
    Browse the repository at this point in the history
  3. fix after review

    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    5773636 View commit details
    Browse the repository at this point in the history
  4. add Floating type support

    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7feb5b2 View commit details
    Browse the repository at this point in the history
  5. Add DataReaderListener for callback.

    p-e-s authored and Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    510b9a4 View commit details
    Browse the repository at this point in the history
  6. cleanup and more tests

    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6e5c98a View commit details
    Browse the repository at this point in the history
  7. add listener and fix publisher

    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    8a50cad View commit details
    Browse the repository at this point in the history
  8. add boolean type support

    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6c67cb7 View commit details
    Browse the repository at this point in the history
  9. fix wrong type in itl2py

    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    cdffefa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27cf722 View commit details
    Browse the repository at this point in the history
  11. Add more supported types

    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    c9593f7 View commit details
    Browse the repository at this point in the history
  12. partial Qos addition to pyOpenDDS

    Signed-off-by: David Pierret <[email protected]>
    Sdpierret committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7046ac4 View commit details
    Browse the repository at this point in the history