Introducing diagnostic manager class.
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 7 Mar 2017 14:35:37 +0000 (15:35 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:09:03 +0000 (17:09 +0100)
commitfe846f6698710163af5f2658cc90151259b09d0d
tree31ffce196635301f05d9231cf653edd53e9dc773
parent4d5b071ab451260ef9d3cbf393aca0992104b0d7
Introducing diagnostic manager class.

It will hold communication through uds-c lib allowing
to communication with diagnostic protocol obd2. It is
attached to can_bus_dev_t class 'cause it must regularly
send CAN message through it.

Change-Id: I2d9d8dfaca10e9865bf82b0ae83e65490ca982f8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/CMakeLists.txt
src/can/can-bus.cpp
src/can/can-bus.hpp
src/diagnostic/diagnostic-manager.cpp [new file with mode: 0644]
src/diagnostic/diagnostic-manager.hpp [new file with mode: 0644]
src/diagnostic/diagnostic-message.cpp