Added timestamp to received CAN messages
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / can / can-signals.hpp
index e4077c2..cc4b6da 100644 (file)
@@ -154,6 +154,7 @@ public:
        void set_prefix(std::string val);
        void set_received(bool r);
        void set_last_value(float val);
+       void set_timestamp(uint64_t timestamp);
 
        int create_rx_filter();
 };