mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +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;
|
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
|
} // namespace sta
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user