File tree Expand file tree Collapse file tree 7 files changed +743
-671
lines changed Expand file tree Collapse file tree 7 files changed +743
-671
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ INLINE_SIMPLE_STRUCTS = YES
1111EXTRACT_ALL = YES
1212SHOW_NAMESPACES = NO
1313INPUT = ../include
14+ JAVADOC_AUTOBRIEF = YES
1415FILE_PATTERNS = *.c \
1516 *.cpp \
1617 *.h
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " resolver_impl.h"
32#include " api_config.h"
43#include < iostream>
54
65extern " C" {
6+ #include " ../include/lsl_c.h"
77// === implementation of the continuous_resolver class ===
88
99using namespace lsl ;
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " common.h"
32#include " resolver_impl.h"
43#include " api_config.h"
@@ -13,6 +12,7 @@ using std::string;
1312using std::vector;
1413
1514extern " C" {
15+ #include " ../include/lsl_c.h"
1616/* *
1717* Get the protocol version.
1818*/
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " stream_inlet_impl.h"
32
43extern " C" {
4+ #include " ../include/lsl_c.h"
55// === implementation of the stream_inlet class ===
66
77using namespace lsl ;
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " stream_outlet_impl.h"
32
43
54extern " C" {
5+ #include " ../include/lsl_c.h"
66// === implementation of the lsl_outlet functions of the C API ===
77
88using namespace lsl ;
You can’t perform that action at this time.
0 commit comments