Simpler handling of binding subscriptions 55/18755/3
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 10 Dec 2018 17:08:47 +0000 (18:08 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 14 Dec 2018 08:59:50 +0000 (08:59 +0000)
commite190b7b3069d86fce25831c366bb0cd3fa615289
tree9ac69a0dba433449c5fe22eb80090edaf790ffa2
parent9cef9811c615df506807f405eb2de3c1a9268fba
Simpler handling of binding subscriptions

Don't use a child class for subscription, only use one because there
isn't other different subscriptions type to be implemented about now
and if so then we could split again.

Remove functions no longer useful and move afb events and afb
subscriptions part to low-can-subscription

Change-Id: Ie3e4255961ac557465098cdb48730098a950461a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
low-can-binding/CMakeLists.txt
low-can-binding/binding/application.cpp
low-can-binding/binding/application.hpp
low-can-binding/binding/low-can-cb.cpp
low-can-binding/binding/low-can-socket.cpp [deleted file]
low-can-binding/binding/low-can-socket.hpp [deleted file]
low-can-binding/binding/low-can-subscription.cpp
low-can-binding/binding/low-can-subscription.hpp