Beginning of work on obd2 object and
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 6 Mar 2017 21:28:50 +0000 (22:28 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:05:17 +0000 (17:05 +0100)
commitde8fb10e1d8e98a85dfba6fc8966266dbf5e42c6
tree0eab1a766f80b7498d63fb8ecd36486c13b633a2
parent4fd376fac5b1d47eed3f22467ae5b5e35f1ec610
Beginning of work on obd2 object and
files reorganization.

Change-Id: Idaa7ad05c45d734ce771506fd6e41f1a09a6ac66
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
18 files changed:
src/can/can-bus.cpp [moved from src/can-bus.cpp with 100% similarity]
src/can/can-bus.hpp [moved from src/can-bus.hpp with 100% similarity]
src/can/can-command.hpp [moved from src/can-command.hpp with 100% similarity]
src/can/can-decoder.cpp [moved from src/can-decoder.cpp with 100% similarity]
src/can/can-decoder.hpp [moved from src/can-decoder.hpp with 100% similarity]
src/can/can-message.cpp [moved from src/can-message.cpp with 100% similarity]
src/can/can-message.hpp [moved from src/can-message.hpp with 100% similarity]
src/can/can-signals.cpp [moved from src/can-signals.cpp with 100% similarity]
src/can/can-signals.hpp [moved from src/can-signals.hpp with 100% similarity]
src/diagnostic/diagnostic-message.cpp [moved from src/obd2-signals.cpp with 62% similarity]
src/diagnostic/diagnostic-message.hpp [moved from src/obd2-signals.hpp with 55% similarity]
src/low-can-binding.cpp
src/utils/openxc-utils.cpp [moved from src/openxc-utils.cpp with 100% similarity]
src/utils/openxc-utils.hpp [moved from src/openxc-utils.hpp with 100% similarity]
src/utils/signals.cpp [moved from src/signals.cpp with 100% similarity]
src/utils/signals.hpp [moved from src/signals.hpp with 100% similarity]
src/utils/timer.cpp [moved from src/timer.cpp with 100% similarity]
src/utils/timer.hpp [moved from src/timer.hpp with 100% similarity]