TOBI SignalServer  0.1

Method to achieve asynchronous data acquisition (method is non-blocking).

Returns:
SampleBlock<double>

This method return immediately after calling with a copy of the data stored in the device's buffer. It is called from all slave devices.

Warning:
If hardware clocks are not running with the same sampling rate or drifting (e.g. master - 128Hz, slave 129Hz), this method could be called although no new data is available (master faster than slave) or one sample has been lost (master slower than slave). Up to now no compensation method (e.g. interpolation) has been implemented!

Reimplemented from tobiss::ArtificialSignalSource.

Definition at line 125 of file sine_generator_no_artificial_base.cpp.

 All Data Structures Files Functions Variables