File tree Expand file tree Collapse file tree 6 files changed +5
-7
lines changed Expand file tree Collapse file tree 6 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1414// === Implementation of the free-standing functions in lsl_c.h ===
1515
1616extern " C" {
17- #include " ../include/lsl_c.h"
18-
1917// / Get the protocol version.
2018LIBLSL_C_API int32_t lsl_protocol_version () {
2119 return lsl::api_config::get_instance ()->use_protocol_version ();
Original file line number Diff line number Diff line change 11#include " stream_inlet_impl.h"
22
33extern " C" {
4- #include " ../include/lsl_c .h"
4+ #include " ../include/lsl/inlet .h"
55// === implementation of the stream_inlet class ===
66
77using namespace lsl ;
Original file line number Diff line number Diff line change 22
33
44extern " C" {
5- #include " ../include/lsl_c .h"
5+ #include " ../include/lsl/outlet .h"
66// === implementation of the lsl_outlet functions of the C API ===
77
88using namespace lsl ;
Original file line number Diff line number Diff line change 22#include " api_config.h"
33
44extern " C" {
5- #include " ../include/lsl_c .h"
5+ #include " ../include/lsl/resolver .h"
66// === implementation of the continuous_resolver class ===
77
88using namespace lsl ;
Original file line number Diff line number Diff line change 22#include < string>
33
44extern " C" {
5- #include " ../include/lsl_c .h"
5+ #include " ../include/lsl/streaminfo .h"
66
77// === Implementation of the streaminfo-related functions of the C API ===
88
Original file line number Diff line number Diff line change 11#include " pugixml/pugixml.hpp"
22
33extern " C" {
4- #include " ../include/lsl_c .h"
4+ #include " ../include/lsl/xml .h"
55
66// === implementation of the lsl_xml_ptr functions of lsl_c.h ===
77
You can’t perform that action at this time.
0 commit comments