pub unsafe extern "C" fn rcl_wait_set_add_event(
wait_set: *mut rcl_wait_set_t,
event: *const rcl_event_t,
index: *mut usize
) -> rcl_ret_t
Expand description
Store a pointer to the event in the next empty spot in the set.
pub unsafe extern "C" fn rcl_wait_set_add_event(
wait_set: *mut rcl_wait_set_t,
event: *const rcl_event_t,
index: *mut usize
) -> rcl_ret_t
Store a pointer to the event in the next empty spot in the set.