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 2742790 commit ed7bca6Copy full SHA for ed7bca6
rclrs/src/rcl_bindings_generated_kilted.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)]
@@ -526,9 +526,6 @@ extern "C" {
526
extern "C" {
527
pub fn rcutils_steady_time_now(now: *mut rcutils_time_point_value_t) -> rcutils_ret_t;
528
}
529
-extern "C" {
530
- pub fn rcutils_raw_steady_time_now(now: *mut rcutils_time_point_value_t) -> rcutils_ret_t;
531
-}
532
533
pub fn rcutils_time_point_value_as_nanoseconds_string(
534
time_point: *const rcutils_time_point_value_t,
0 commit comments