aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-22 16:37:30 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-22 16:43:42 +0200
commit9e129509b7a02ea2369cda157a91728ad32fe05e (patch)
tree1c995b9ad37a361443ad2b477c7b20993da0e895
parent79c8f10a68b8b992034069398da14a754b58f333 (diff)
Add some reminder...
Change-Id: Ifb81989c39f31f73ce7dc7dcbebfc6039f6a6a47 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--low-can-binding/binding/low-can-cb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/low-can-binding/binding/low-can-cb.cpp b/low-can-binding/binding/low-can-cb.cpp
index 97b6d20..824aa81 100644
--- a/low-can-binding/binding/low-can-cb.cpp
+++ b/low-can-binding/binding/low-can-cb.cpp
@@ -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;