From e4a50a3e96aa39346ad7212cae984524276973dd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 19 May 2017 12:15:07 +0200 Subject: Added timestamp to received CAN messages and store into frequency_clock_t. Change-Id: If209070298bd9df49297fdcbed554770e1bc0e4a Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/can/can-signals.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CAN-binder/low-can-binding/can/can-signals.hpp') diff --git a/CAN-binder/low-can-binding/can/can-signals.hpp b/CAN-binder/low-can-binding/can/can-signals.hpp index e4077c2b..cc4b6da3 100644 --- a/CAN-binder/low-can-binding/can/can-signals.hpp +++ b/CAN-binder/low-can-binding/can/can-signals.hpp @@ -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(); }; -- cgit 1.2.3-korg