|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Vruta::NetworkSource > MayaFlux::on_network_message_matching | ( | const Core::EndpointInfo & | info, |
| std::function< bool(const Core::NetworkMessage &)> | predicate, | ||
| std::function< void(const Core::NetworkMessage &)> | callback, | ||
| std::string | name = "" |
||
| ) |
Schedule an on_message_matching handler, constructing the NetworkSource from config.
| info | Endpoint configuration used to open the source |
| predicate | Filter; only matching messages invoke callback |
| callback | Invoked with each matching message |
| name | Optional name for the event handler |
Definition at line 356 of file Chronie.cpp.
References on_network_message_matching().
Here is the call graph for this function: