| ESP
    0.1
    The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community. | 
#include <stream.h>
 
  
 | Public Member Functions | |
| Stream () | |
| virtual bool | start () | 
| virtual void | stop () | 
| void | toggle () | 
| bool | hasStarted () | 
| Protected Attributes | |
| std::atomic_bool | has_started_ | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinevirtual | 
Start the stream.
Reimplemented in TcpOStream, OscInputStream, TcpInputStream, FirmataStream, SerialStream, BaseSerialInputStream, AudioFileStream, and AudioStream.
| 
 | inlinevirtual | 
Reimplemented in OscInputStream, TcpInputStream, FirmataStream, SerialStream, BaseSerialInputStream, AudioFileStream, and AudioStream.
| 
 | inline | 
| 
 | protected |