diff options
Diffstat (limited to 'low-can-binding/can/can-decoder.hpp')
-rw-r--r-- | low-can-binding/can/can-decoder.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/low-can-binding/can/can-decoder.hpp b/low-can-binding/can/can-decoder.hpp index 2f7823ad..fd246f3c 100644 --- a/low-can-binding/can/can-decoder.hpp +++ b/low-can-binding/can/can-decoder.hpp @@ -32,6 +32,9 @@ public: static openxc_DynamicField decode_ignore(signal_t& signal, std::shared_ptr<message_t> message, bool* send); static openxc_DynamicField decode_noop(signal_t& signal, std::shared_ptr<message_t> message, bool* send); static openxc_DynamicField decode_bytes(signal_t& signal, std::shared_ptr<message_t> message, bool* send); + static openxc_DynamicField decode_ascii(signal_t& signal, std::shared_ptr<message_t> message, bool* send); + static openxc_DynamicField decode_date(signal_t& signal, std::shared_ptr<message_t> message, bool* send); + static openxc_DynamicField decode_time(signal_t& signal, std::shared_ptr<message_t> message, bool* send); static openxc_DynamicField translate_signal(signal_t& signal, std::shared_ptr<message_t> message, bool* send); |