X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=low-can-binding%2Fcan%2Fcan-decoder.hpp;h=a5e3acbebdfbf5f459f7d323c7515852c683433a;hb=7ea53d8a89912cd0ab00fa4c0957f40ee6c9db8a;hp=78de8ee1b4465a68db4761426d4816ddf986b0fe;hpb=96232f8f7cf8b93f1a3ef3ed9a4816c575cefe87;p=apps%2Fagl-service-can-low-level.git 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);