TOBI SignalServer
0.1
|
sample_block is designed to store and sort samples directly acquired from hardware devices. More...
Go to the source code of this file.
Data Structures | |
class | tobiss::SampleBlock< T > |
A container storing and sorting samples directly acquired from a data acquisition device. More... |
sample_block is designed to store and sort samples directly acquired from hardware devices.
A SampleBlock stores samples, directly acquired from hardware devices in ascending order to their signal types. It can store blocked data directly by giving a already block oriented sample vector or by appending block by block to a SampleBlock. Blocksize and number of channels to store in a SampleBlock have to be
Definition in file sample_block.h.