Add saving of diagnostic messages information
[apps/agl-service-can-low-level.git] / low-can-binding / can / can-encoder.hpp
index f7e8394..c79e224 100644 (file)
@@ -24,7 +24,7 @@
 class encoder_t
 {
 public:
-       static const can_frame build_frame(const can_signal_t& signal, uint64_t value);
+       static const can_frame build_frame(const std::shared_ptr<can_signal_t>& signal, uint64_t value);
        static uint64_t encode_state(const can_signal_t& signal, const std::string& value, bool* send);
        static uint64_t encode_boolean(const can_signal_t& signal, bool value, bool* send);
        static uint64_t encode_number(const can_signal_t& signal, float value, bool* send);