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

consolidate wait set functions #285

Merged
merged 5 commits into from
Aug 27, 2018
Merged

Commits on Aug 16, 2018

  1. Consolidate functions to clear wait set

    Add rcl_wait_set_clear()
    Remove
      rcl_wait_set_clear_subscriptions()
      rcl_wait_set_clear_guard_conditions()
      rcl_wait_set_clear_clients()
      rcl_wait_set_clear_services()
      rcl_wait_set_clear_timers()
    sloretz committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    f2c50e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Consolidate functions to resize wait set

    Add rcl_wait_set_resize()
    Removed
      rcl_wait_set_resize_subscriptions()
      rcl_wait_set_resize_guard_conditions()
      rcl_wait_set_resize_timers()
      rcl_wait_set_resize_clients()
      rcl_wait_set_resize_services()
    sloretz committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    66f0630 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. 0u -> 0

    sloretz committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    5d578e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    c71584d View commit details
    Browse the repository at this point in the history
  2. swap comparison sides

    dirk-thomas authored Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a1cae4a View commit details
    Browse the repository at this point in the history