/** Example program that demonstrates how to send a multi-channel time series to LSL.
This application pretends to stream data from a BioSemi (tm) EEG device into LSL. See also
send_data_advanced.rs for more advanced use cases. */
use lsl;
use Pushable; // trait used by the outlet object
use Rng; // since we're sending random data