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

Trigger guard condition when timer is reset #589

Merged
merged 5 commits into from
Mar 13, 2020
Merged

Commits on Mar 9, 2020

  1. Fix malfunction when reset canceled timer

    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    3b64150 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Apply comment : remove notify guard condition and always add current …

    …guard condition to node waitset
    
    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    36d9c06 View commit details
    Browse the repository at this point in the history
  2. Apply comment: Always trigger gc when timer reset

    Although the timer is not canceled timer, gc MUST always be triggered in
    order to rcl_wait->rmw_wait MUST reset timeout.
    
    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    17d1cec View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Apply comment: change comment of guard condition

    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    e725ff6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Fix test error: uncrustify

    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a78d199 View commit details
    Browse the repository at this point in the history