summaryrefslogtreecommitdiffstats
path: root/low-can-binding/utils/converter.hpp
AgeCommit message (Collapse)AuthorFilesLines
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot1-1/+1
Bug-AGL: SPEC-2988 Change-Id: Ic3b9670a2ce9e982220c54f3632f690ee4eea686 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-08-29Add file converter to manage all conversionsArthur Guyader1-0/+27
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>