Add file converter to manage all conversions 40/22240/2
authorArthur Guyader <arthur.guyader@iot.bzh>
Mon, 12 Aug 2019 09:51:34 +0000 (11:51 +0200)
committerArthur Guyader <arthur.guyader@iot.bzh>
Thu, 29 Aug 2019 16:01:12 +0000 (18:01 +0200)
commit3d8c0459bcfde576581246b6d2e0e0d5595ac638
tree325294114747a409f42e7115ddcd49674171f689
parent4bc8984b3b1f531e9d43a09317485a301a9f5379
Add file converter to manage all conversions

This commits create a class converter
to access conversions functions.
For example to_hex, or for future usage
in multi packet signal_to_bits_bytes.

Bug-AGL : SPEC-2779

Change-Id: Ife652006a7756547184ed548bda5ffef0d09d941
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
low-can-binding/CMakeLists.txt
low-can-binding/utils/converter.cpp [new file with mode: 0644]
low-can-binding/utils/converter.hpp [new file with mode: 0644]