message: move bit position flag and action 65/23465/3
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 7 Jan 2020 18:33:11 +0000 (19:33 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Jan 2020 15:26:18 +0000 (16:26 +0100)
commit252d47fb4c0d3a69d3fffdf08213e771d61fcad1
treed7597f2d255e16837e3cd84c7bdd3c87e2e8d0ad
parent8c27aef5cb195d0f62ea715fc9b1be1c5868d496
message: move bit position flag and action

Separate some define to be in a dedicated header file that will
be installed on the system. Then the low-can-generator could use it
instead of having to copy those defines in the generator code.

Change-Id: I1716c8b20f0811ca4ac1e8f13609f05ad7d24d1f
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
conf.d/cmake/config.cmake
include/CMakeLists.txt [new file with mode: 0644]
include/low-can/can-message.hpp [new file with mode: 0644]
low-can-binding/can/can-decoder.cpp
low-can-binding/can/message/message.hpp
low-can-binding/utils/converter.cpp
low-can-binding/utils/converter.hpp