fesa-core
7.0.0
|
#include <MuxSubscriptionMatcher.h>
Inherits SelectorMatcher.
Public Member Functions | |
bool | matches (const std::string &selectorToMatch) const |
Matcher for subscriptions on multiplexed properties.
bool fesa::MuxSubscriptionMatcher::matches | ( | const std::string & | selectorToMatch | ) | const |
Returns true when selectorToMatch is empty (subscription on all cycles) or when it is equal to selector_.
selectorToMatch | the selector to match |