diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-23 10:00:09 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-23 10:00:56 +0100 |
commit | 74c0e1f8e2a6dbc5b7485c3b06e12d4ad7f43c6b (patch) | |
tree | d518d880d94d7df189ad1a34093dc8ad348691ba /signal-composer-binding/signal.hpp | |
parent | e1ef945da61ae0dfec7a5c8d1e9cde2716c0c1fd (diff) |
Use specific binder's event handlersguppy_6.99.2guppy/6.99.26.99.2
Use specific binder's event handlers which allows you to bind a callback with
an incoming event based on a pattern matching. This replace the global
event listener and internal callback search algorythm which is now
delegated to the binder.
Clean unused constructor
Bug-AGL: SPEC-1968
Change-Id: I4b22c003661189fb71498efc4d9021c1a54ae866
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'signal-composer-binding/signal.hpp')
-rw-r--r-- | signal-composer-binding/signal.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/signal-composer-binding/signal.hpp b/signal-composer-binding/signal.hpp index 0dec877..e40164b 100644 --- a/signal-composer-binding/signal.hpp +++ b/signal-composer-binding/signal.hpp @@ -66,7 +66,6 @@ private: public: bool subscribed_; ///< subscribed_ - boolean value telling if yes or no the signal has been subcribed to the low level binding. - Signal(); Signal(const std::string& id, const std::string& event, std::vector<std::string>& depends, const std::string& unit, json_object *metadata, int retention, double frequency, CtlActionT* onReceived, json_object* getSignalsArgs); ~Signal(); |