Conversation
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
|
Pulls: ros2/rmw#395, ros2/rmw_implementation#250, ros2/rmw_cyclonedds#532, ros2/rmw_fastrtps#809, #173 |
|
|
||
|
|
||
| bool | ||
| rmw_event_type_is_supported(rmw_event_type_t rmw_event_type) |
There was a problem hiding this comment.
To keep this consistent with how the code is structured, let's make a couple of changes:
- Call this function
rmw_api_connextdds_event_type_is_supported. - Add its declaration in the header
rmw_connextdds_common/include/rnw_connextdds/rmw_api_impl.hppin the "Event API" section. - Use the implementation of
is_even_supportedand delete the function. - Add the function
rmw_event_type_is_supportedin bothrmw_api_impl_ndds.cppandrmw_api_impl_rtime.cppin the "Event API" section using the commonrmw_api_connextdds_event_type_is_supportedfunction.
There was a problem hiding this comment.
@ahcorde I've added a couple of comments to keep the code consistent. Take a look at then whenever you can
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
|
Windows CI failures are unrelated and failing aarch64 job is expected |
|
https://github.com/Mergifyio backport jazzy |
✅ Backports have been createdDetails
|
* Added rmw_event_check_compatible Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> * review feedback Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> * Added review feedback Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> --------- Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> (cherry picked from commit 2f3dbef)
Related with this issue ros2/rmw#394. Check if a event is supported by the
rmw