Add some reminder...
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 22 Jun 2017 14:37:30 +0000 (16:37 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 22 Jun 2017 14:43:42 +0000 (16:43 +0200)
Change-Id: Ifb81989c39f31f73ce7dc7dcbebfc6039f6a6a47
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
low-can-binding/binding/low-can-cb.cpp

index 97b6d20..824aa81 100644 (file)
@@ -221,6 +221,7 @@ static int subscribe_unsubscribe_diagnostic_messages(struct afb_req request, boo
        return rets;
 }
 
+// TODO: Create separate subscrition object if event_filter isn't the same.
 static int subscribe_unsubscribe_can_signals(struct afb_req request, bool subscribe, std::vector<std::shared_ptr<can_signal_t> > can_signals, struct event_filter_t& event_filter, std::map<int, std::shared_ptr<low_can_subscription_t> >& s)
 {
        int rets = 0;