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 rmw_*_event_init() functions #354

Merged
merged 7 commits into from
Mar 19, 2020

Commits on Mar 16, 2020

  1. add check for whether or not event type is supported

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    b7f0b3c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. add rmw_publisher/subscription_event_init functions

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    6057342 View commit details
    Browse the repository at this point in the history
  2. add change to CMakeLists.txt that was missed in previous commits

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1256c70 View commit details
    Browse the repository at this point in the history
  3. address PR comments

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    9393816 View commit details
    Browse the repository at this point in the history
  4. add missing implementations for rmw_fastrtps_dynamic_cpp

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0cc0c89 View commit details
    Browse the repository at this point in the history
  5. move free function into a namespace

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    45069f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. move free function into a nested namespace

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9c0bcf6 View commit details
    Browse the repository at this point in the history