mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +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;
|
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