Skip to content

Commit d2cf8b0

Browse files
build(bindings): regenerate bindings for humble (#639)
Co-authored-by: GitHub Action <action@github.com>
1 parent 2383032 commit d2cf8b0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

rclrs/src/rcl_bindings_generated_humble.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3161,6 +3161,12 @@ unsafe extern "C" {
31613161
time_until_next_call: *mut i64,
31623162
) -> rcl_ret_t;
31633163
}
3164+
unsafe extern "C" {
3165+
pub fn rcl_timer_get_next_call_time(
3166+
timer: *const rcl_timer_t,
3167+
next_call_time: *mut i64,
3168+
) -> rcl_ret_t;
3169+
}
31643170
unsafe extern "C" {
31653171
pub fn rcl_timer_get_time_since_last_call(
31663172
timer: *const rcl_timer_t,

0 commit comments

Comments
 (0)