Skip to main content

Module flags

Module flags 

Source
Expand description

The post-processing stages, as a bit set.

The values match include/lsl/common.h:103-126.

Constantsยง

ALL
Every stage.
CLOCKSYNC
Add the measured clock offset.
DEJITTER
Remove jitter with a recursive least squares fit.
MONOTONIZE
Never let a timestamp go backward.
NONE
Apply no stage. This is the default.
THREADSAFE
Guard the state with a lock.