pub unsafe extern "C" fn rcl_timer_is_ready(
    timer: *const rcl_timer_t,
    is_ready: *mut bool
) -> rcl_ret_t
Expand description

Calculates whether or not the timer should be called.