-
Notifications
You must be signed in to change notification settings - Fork 3
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()
.