Type Alias rcl_jump_threshold_t

Source
pub type rcl_jump_threshold_t = rcl_jump_threshold_s;

Aliased Type§

#[repr(C)]
pub struct rcl_jump_threshold_t { pub on_clock_change: bool, pub min_forward: rcl_duration_s, pub min_backward: rcl_duration_s, }

Fields§

§on_clock_change: bool§min_forward: rcl_duration_s§min_backward: rcl_duration_s