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 function rcl_event_is_valid #720

Merged
merged 6 commits into from
Jul 22, 2020
Merged

Commits on Jul 20, 2020

  1. Add function rcl_event_is_valid

    This functions checks if a passed event is a valid
    already init instance of a publisher/subscriber
    event.
    
    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    5d1962f View commit details
    Browse the repository at this point in the history
  2. Move impl header to its own file

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    7854bc5 View commit details
    Browse the repository at this point in the history
  3. Reset error status

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    5a1e26e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Fix alpha order

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a291823 View commit details
    Browse the repository at this point in the history
  2. Add check for bad allocator

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    f945eb5 View commit details
    Browse the repository at this point in the history
  3. Add tests to check if error set

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a3f8534 View commit details
    Browse the repository at this point in the history