File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ typedef enum {
121121 proc_monotonize = 4 , /* Force the time-stamps to be monotonically ascending (only makes sense if timestamps are dejittered). */
122122 proc_threadsafe = 8 , /* Post-processing is thread-safe (same inlet can be read from by multiple threads); uses somewhat more CPU. */
123123 proc_ALL = 1 |2 |4 |8 /* The combination of all possible post-processing options. */
124- } processing_options_t ;
124+ } lsl_processing_options_t ;
125125
126126/**
127127* Possible error codes.
Original file line number Diff line number Diff line change 2323#include < stdexcept>
2424
2525namespace lsl {
26- namespace {
27- #include " lsl_c.h"
28- }
29-
26+ #include " lsl_c.h"
3027
3128 /* *
3229 * Constant to indicate that a stream has variable sampling rate.
@@ -83,7 +80,7 @@ namespace lsl {
8380 post_threadsafe = 8 , // Post-processing is thread-safe (same inlet can be read from by multiple threads); uses somewhat more CPU.
8481 post_ALL = 1 |2 |4 |8 // The combination of all possible post-processing options.
8582 };
86-
83+
8784 /* *
8885 * Protocol version.
8986 * The major version is protocol_version() / 100;
You can’t perform that action at this time.
0 commit comments