|
noexcept |
Calls the given functions to provide the initial set of connected writers and when a new writer 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 writers. The update
callback is called when new writers connect or disconnect.
init | The function to call with the initial set of connected writers. |
update | The function to call when a new writer connects or disconnects. |
Definition at line 1050 of file DataStorm.h.