pub unsafe extern "C" fn rcl_wait_set_add_service(
    wait_set: *mut rcl_wait_set_t,
    service: *const rcl_service_t,
    index: *mut usize
) -> rcl_ret_t
Expand description

Store a pointer to the service in the next empty spot in the set.