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 EventsExecutor API for dynamic_fastrtps #600

Merged
merged 2 commits into from
May 4, 2022

Commits on May 4, 2022

  1. Add EventExecutor to rmw_fastrtps_dynamic_cpp

    Mostly a copy of the implementation done for rmw_fastrtps_cpp.
    Fixes #599.
    
    Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
    j-rivero committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3214dcc View commit details
    Browse the repository at this point in the history
  2. Add RMW_CHECKS to rmw_fastrtps_cpp EventsExecutor implementation

    To keep the both rmw_fastrtps_ implementations in sync with respect to
    argument checking.
    
    Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
    j-rivero committed May 4, 2022
    Configuration menu
    Copy the full SHA
    ef9f429 View commit details
    Browse the repository at this point in the history