mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Merge pull request 'Added isRunning to timer' (#6) from timer-isRunning into main
Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/sta-core/pulls/6 Reviewed-by: carlwachter <carlwachter@noreply.git.intern.spaceteamaachen.de>
This commit is contained in:
commit
4da1f0bb7d
@ -27,6 +27,13 @@ namespace sta
|
||||
*
|
||||
*/
|
||||
virtual void stop() = 0;
|
||||
/**
|
||||
* @brief Check if timer is running.
|
||||
*
|
||||
* @return true if timer is running
|
||||
* @return false if timer is not running
|
||||
*/
|
||||
virtual bool isRunning() = 0;
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user