diff --git a/Storage/TimedEventLoop.hpp b/Storage/TimedEventLoop.hpp index 53ac7c07a..c939a7827 100644 --- a/Storage/TimedEventLoop.hpp +++ b/Storage/TimedEventLoop.hpp @@ -48,6 +48,9 @@ namespace Storage { */ void run_for_cycles(int number_of_cycles); + /*! + @returns the number of whole cycles remaining until the next event is triggered. + */ unsigned int get_cycles_until_next_event(); protected: