pub unsafe extern "C" fn rcl_timer_exchange_callback(
timer: *mut rcl_timer_t,
new_callback: rcl_timer_callback_t
) -> rcl_timer_callback_t
Expand description
Exchange the current timer callback and return the current callback.
pub unsafe extern "C" fn rcl_timer_exchange_callback(
timer: *mut rcl_timer_t,
new_callback: rcl_timer_callback_t
) -> rcl_timer_callback_t
Exchange the current timer callback and return the current callback.