lsl_time_correction_ex function

  1. @Native<NativeLsl_time_correction_ex>()
double lsl_time_correction_ex(
  1. lsl_inlet in$,
  2. Pointer<Double> remote_time,
  3. Pointer<Double> uncertainty,
  4. double timeout,
  5. Pointer<Int32> ec,
)

@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,
);