Reworking diagnostic manager to use BCM sockets.
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 15 May 2017 22:21:26 +0000 (00:21 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 19 May 2017 09:36:42 +0000 (11:36 +0200)
commit4175b4d28fe79e5a01d04625b5a50da6214b86b1
treeaf2d964bbd67aef7d9f45b5739111bab88044824
parent6f872acf6a3a6c3a7a1a1885e5e66bb7231660b2
Reworking diagnostic manager to use BCM sockets.

Use 2 sockets:
 - TX sockets on active_diagnostic_request class as we need X sockets
using the same CAN ID "7DF" with different timing settings
 - RX socket on diagnostic_manager object as we need to read the same CAN ID
and process them the same way, there isn't so much need to split them.

Change-Id: I7338fd751a033a1d0e8912ee554e2c72c43961c3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.cpp
CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.hpp
CAN-binder/low-can-binding/diagnostic/diagnostic-manager.cpp
CAN-binder/low-can-binding/diagnostic/diagnostic-manager.hpp