We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88b710 commit 2742790Copy full SHA for 2742790
rclrs/src/rcl_bindings_generated_rolling.rs
@@ -1,4 +1,4 @@
1
-/* automatically generated by rust-bindgen 0.70.1 */
+/* automatically generated by rust-bindgen 0.72.1 */
2
3
pub type rcutils_ret_t = ::std::os::raw::c_int;
4
#[repr(C)]
@@ -529,9 +529,6 @@ extern "C" {
529
extern "C" {
530
pub fn rcutils_steady_time_now(now: *mut rcutils_time_point_value_t) -> rcutils_ret_t;
531
}
532
-extern "C" {
533
- pub fn rcutils_raw_steady_time_now(now: *mut rcutils_time_point_value_t) -> rcutils_ret_t;
534
-}
535
536
pub fn rcutils_time_point_value_as_nanoseconds_string(
537
time_point: *const rcutils_time_point_value_t,
0 commit comments