TOBI SignalServer  0.1
SampleBlock<double> tobiss::HWThread::data_ [protected]

Data object representing the last available samples from the SineGenerator.

This SampleBlock contains the last affordable data for external components. If the buffersize is 1 , than samples will directly be inserted into data, in blockwise mode, "buffer" will be copied into "data", if the desired number of blocks is achieved. Samples are in ascending order by their signal type. "data" has to be secured by a mutex to cope with the reader/writer problem, as asynchronous data access is also possible. For more information, read the SampleBlock documentation.

Reimplemented in tobiss::KinectShmReader.

Definition at line 325 of file hw_thread.h.

 All Data Structures Files Functions Variables