lsl_time_correction_ex function
@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.
Implementation
@ffi.Native<NativeLsl_time_correction_ex>()
external double lsl_time_correction_ex(
lsl_inlet in$,
ffi.Pointer<ffi.Double> remote_time,
ffi.Pointer<ffi.Double> uncertainty,
double timeout,
ffi.Pointer<ffi.Int32> ec,
);