mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +00:00
Added isRunning to timer
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user