From 491c4d4d0bc418c1fbc6e3a1af8093e4049d8b87 Mon Sep 17 00:00:00 2001 From: Arthur Guyader Date: Tue, 27 Aug 2019 15:40:55 +0200 Subject: Add new decoders bytes for signal of long size This commit adds the decoder bytes. It allows to return a sequence of bytes in hexadecimal form. Bug-AGL : SPEC-2780 Change-Id: I27180774f044c48a9d7baa2739b15a2e85b8b2e2 Signed-off-by: Arthur Guyader --- low-can-binding/can/can-decoder.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'low-can-binding/can/can-decoder.hpp') diff --git a/low-can-binding/can/can-decoder.hpp b/low-can-binding/can/can-decoder.hpp index 78de8ee1..a5e3acbe 100644 --- a/low-can-binding/can/can-decoder.hpp +++ b/low-can-binding/can/can-decoder.hpp @@ -30,6 +30,7 @@ public: static openxc_DynamicField decode_boolean(signal_t& signal, std::shared_ptr message, bool* send); static openxc_DynamicField decode_ignore(signal_t& signal, std::shared_ptr message, bool* send); static openxc_DynamicField decode_noop(signal_t& signal, std::shared_ptr message, bool* send); + static openxc_DynamicField decode_bytes(signal_t& signal, std::shared_ptr message, bool* send); static openxc_DynamicField translate_signal(signal_t& signal, std::shared_ptr message, bool* send); -- cgit 1.2.3-korg