mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Added isRunning to timer
This commit is contained in:
parent
4dc625f6e9
commit
1498bcc449
@ -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