v2.0.0
Loading...
Searching...
No Matches
lsl.h
Go to the documentation of this file.
1//=============================================================================================================
31
32#ifndef LSL_H
33#define LSL_H
34
35//=============================================================================================================
36// LSL LIBRARY HEADERS
37//=============================================================================================================
38
39#include "lsl_global.h"
40#include "lsl_stream_info.h"
41#include "lsl_stream_outlet.h"
42#include "lsl_stream_inlet.h"
44
45#endif // LSL_H
Declares stream_info, the LSL metadata descriptor that identifies and routes a stream on the network.
Declares stream_outlet, the server side of an LSL stream that publishes samples over TCP and advertis...
Declares stream_inlet, the client side of an LSL connection that pulls multichannel sample chunks fro...
Declares the resolve_streams / resolve_stream free functions used to enumerate LSL outlets currently ...
LSLLIB shared-library export macro and build-stamp accessors used by every public LSL symbol.