v2.0.0
Loading...
Searching...
No Matches
lsl Directory Reference
Directory dependency graph for lsl:
src/libraries/lsl

Files

 
lsl.h
 Umbrella include header that exposes the full LSLLIB public surface in a single import.
 
lsl_global.cpp
 Trivial out-of-line definitions for the LSLLIB build-stamp accessors declared in lsl_global.h.
 
lsl_global.h
 LSLLIB shared-library export macro and build-stamp accessors used by every public LSL symbol.
 
lsl_stream_discovery.cpp
 Implements the UDP multicast listener that turns LSL outlet announcements on 239.255.172.215:16571 into stream_info results.
 
lsl_stream_discovery.h
 Declares the resolve_streams / resolve_stream free functions used to enumerate LSL outlets currently visible on the LAN.
 
lsl_stream_info.cpp
 Implements stream_info construction, accessors and the wire serialisation used by LSL discovery datagrams.
 
lsl_stream_info.h
 Declares stream_info, the LSL metadata descriptor that identifies and routes a stream on the network.
 
lsl_stream_inlet.cpp
 Implements the QTcpSocket-backed receive path that turns a remote LSL outlet into a stream of multichannel float chunks.
 
lsl_stream_inlet.h
 Declares stream_inlet, the client side of an LSL connection that pulls multichannel sample chunks from a remote outlet.
 
lsl_stream_outlet.cpp
 Implements the TCP-server / UDP-announcer worker that publishes pushed samples to every connected LSL inlet.
 
lsl_stream_outlet.h
 Declares stream_outlet, the server side of an LSL stream that publishes samples over TCP and advertises itself via UDP multicast.