We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce92cb2 commit c7a80c2Copy full SHA for c7a80c2
rmw_zenoh_cpp/src/rmw_event.cpp
@@ -175,6 +175,14 @@ rmw_event_set_callback(
175
return RMW_RET_OK;
176
}
177
178
+///=============================================================================
179
+bool
180
+rmw_event_type_is_supported(rmw_event_type_t rmw_event_type)
181
+{
182
+ return rmw_zenoh_cpp::zenoh_event_from_rmw_event(rmw_event_type) !=
183
+ rmw_zenoh_cpp::ZENOH_EVENT_INVALID;
184
+}
185
+
186
///=============================================================================
187
rmw_ret_t
188
rmw_take_event(
0 commit comments