Skip to content

Data Input

fabian-jung edited this page Sep 5, 2014 · 1 revision

The input is bufferd in inputBuffer. It is inizialized in Dsp.cu and is a specialized Ringbuffer.

In the beta version the inputBuffer is filled by DataReader. If the inputBuffer is not empty, the Node objects will start taking chunks out and processing them.

Parsing of input and saving in the buffer is implemented in DataReader::readToBuffer().

Clone this wiki locally