|
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 always called after this method returns to provide the initial set of 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 1058 of file DataStorm.h.