From 6c988cacd4fa284b0effb12e65c76502565c4248 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 31 May 2017 17:01:54 +0200 Subject: Retrieve signal last value and timestamp at once. Change-Id: I8401030ece94b5e397b6d2b71b29ff4e435d1486 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/utils/timer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CAN-binder/low-can-binding/utils/timer.hpp') diff --git a/CAN-binder/low-can-binding/utils/timer.hpp b/CAN-binder/low-can-binding/utils/timer.hpp index 560a8181..a667022a 100644 --- a/CAN-binder/low-can-binding/utils/timer.hpp +++ b/CAN-binder/low-can-binding/utils/timer.hpp @@ -53,5 +53,6 @@ public: time_function_t get_time_function(); bool elapsed(bool stagger); + uint64_t get_last_tick() const; void tick(uint64_t timestamp); }; \ No newline at end of file -- cgit 1.2.3-korg