We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd23216 commit 661b220Copy full SHA for 661b220
rmw_zenoh_cpp/src/rmw_event.cpp
@@ -179,7 +179,7 @@ rmw_event_set_callback(
179
bool
180
rmw_event_type_is_supported(rmw_event_type_t rmw_event_type)
181
{
182
- return rmw_zenoh_cpp::event_check_compatible(rmw_event_type);
+ return (rmw_zenoh_cpp::zenoh_event_from_rmw_event(rmw_event_type) != rmw_zenoh_cpp::ZENOH_EVENT_INVALID);
183
}
184
185
///=============================================================================
0 commit comments