pub unsafe extern "C" fn rcl_clock_init(
clock_type: RclClockType,
clock: *mut rcl_clock_t,
allocator: *mut rcl_allocator_t
) -> rcl_ret_t
Expand description
Initialize a clock based on the passed type.
pub unsafe extern "C" fn rcl_clock_init(
clock_type: RclClockType,
clock: *mut rcl_clock_t,
allocator: *mut rcl_allocator_t
) -> rcl_ret_t
Initialize a clock based on the passed type.