[][src]Function lsl_sys::lsl_time_correction_ex

pub unsafe extern "C" fn lsl_time_correction_ex(
    in_: lsl_inlet,
    remote_time: *mut f64,
    uncertainty: *mut f64,
    timeout: f64,
    ec: *mut i32
) -> f64

@copydoc lsl_time_correction() @param remote_time The current time of the remote computer that was used to generate this time_correction. If desired, the client can fit time_correction vs remote_time to improve the real-time time_correction further. @param uncertainty The maximum uncertainty of the given time correction.