decoder: rework how to swap frame layout. 60/23260/6
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 4 Dec 2019 16:26:58 +0000 (17:26 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Jan 2020 15:25:36 +0000 (16:25 +0100)
commit0ff6413b6dc42849f87ce8caa17a91f44ede2f93
tree4ad97df3b971fe8d7d6a3a07f4563ec80d2c03fa
parent7f905a75de0600ef0c2316db0f3deaa33aabd9e7
decoder: rework how to swap frame layout.

This also change the bit_position to retrieve the bit word starting from the left
or the right of the frame depending on the endianness of the frame layout.

Change-Id: I28658e9d46bd35d8ecabeece317331832229384a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
low-can-binding/can/can-decoder.cpp
low-can-binding/can/message/message.cpp
low-can-binding/can/message/message.hpp
low-can-binding/can/signals.cpp
low-can-binding/can/signals.hpp
low-can-binding/utils/converter.cpp
low-can-binding/utils/converter.hpp