Simplify processing event
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / utils / timer.hpp
index 560a818..a667022 100644 (file)
@@ -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