|
noexcept |
Calls the given function to provide the initial set of unread samples and when new samples are queued.
If a function is already set, it will be replaced. The init callback is called after this method returns to provide the initial set of unread samples; it is only called when the reader has unread samples. The queue callback is called when a new sample is received.
| init | The function to call with the initial set of unread samples. |
| queue | The function to call when a new sample is received. |
Definition at line 1096 of file DataStorm.h.