|
noexcept |
Calls the given functions to provide the initial set of connected readers and when a new reader connects or disconnects.
If callback functions are already set, they will be replaced. The init
callback is always called after this method returns to provide the initial set of connected readers. The update
callback is called when new readers connect or disconnect.
init | The function to call with the initial set of connected readers. |
update | The function to call when a new reader connects or disconnects. |
Definition at line 1325 of file DataStorm.h.