|
noexcept |
Sets a sample filter factory.
The given factory function must return a filter function that returns true if the sample matches the filter criteria, false otherwise. Register all sample filters before creating any reader or writer for this topic: the set of filters is not synchronized, so modifying it once the topic is in use races with the Ice threads that use the topic.
| name | The name of the sample filter. |
| factory | The filter factory function. |
Definition at line 1713 of file DataStorm.h.