lsl_was_clock_reset function

  1. @Native<NativeLsl_was_clock_reset>()
int lsl_was_clock_reset(
  1. lsl_inlet in$
)

Query whether the clock was potentially reset since the last call to lsl_was_clock_reset().

This is rarely-used function is only needed for applications that combine multiple time_correction values to estimate precise clock drift if they should tolerate cases where the source machine was hot-swapped or restarted.

Implementation

@ffi.Native<NativeLsl_was_clock_reset>()
external int lsl_was_clock_reset(lsl_inlet in$);