pub struct TimestampPostProcessor { /* private fields */ }Expand description
Timestamp post-processing pipeline.
Implementations§
Source§impl TimestampPostProcessor
impl TimestampPostProcessor
pub fn new(flags: u32, srate: f64, smoothing_halftime: f32) -> Self
Sourcepub fn set_clock_offset(&mut self, offset: f64)
pub fn set_clock_offset(&mut self, offset: f64)
Update the clock offset (called periodically from time_correction probes).
Auto Trait Implementations§
impl Freeze for TimestampPostProcessor
impl RefUnwindSafe for TimestampPostProcessor
impl Send for TimestampPostProcessor
impl Sync for TimestampPostProcessor
impl Unpin for TimestampPostProcessor
impl UnsafeUnpin for TimestampPostProcessor
impl UnwindSafe for TimestampPostProcessor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more