|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::on_network_message_matching | ( | std::shared_ptr< Vruta::NetworkSource > | source, |
| std::function< bool(const Core::NetworkMessage &)> | predicate, | ||
| std::function< void(const Core::NetworkMessage &)> | callback, | ||
| std::string | name = "" |
||
| ) |
Schedule an on_message_matching handler with an existing NetworkSource.
| source | Shared NetworkSource |
| predicate | Filter; only matching messages invoke callback |
| callback | Invoked with each matching message |
| name | Optional name for the event handler |
Definition at line 340 of file Chronie.cpp.
References get_event_manager(), and MayaFlux::Kriya::on_message_matching().
Referenced by on_network_message_matching().
Here is the call graph for this function:
Here is the caller graph for this function: