mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 16:51:53 +00:00
Merge branch 'watchdog-integration' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/TACOS into watchdog-integration
This commit is contained in:
commit
cf508244bc
@ -69,6 +69,13 @@ namespace sta
|
|||||||
*/
|
*/
|
||||||
std::vector<std::shared_ptr<TacosThread>> getActiveThreads();
|
std::vector<std::shared_ptr<TacosThread>> getActiveThreads();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the Active Threads object
|
||||||
|
*
|
||||||
|
* @return std::vector<std::shared_ptr<TacosThread>>
|
||||||
|
*/
|
||||||
|
std::vector<std::shared_ptr<TacosThread>> getActiveThreads();
|
||||||
|
|
||||||
void init() override;
|
void init() override;
|
||||||
|
|
||||||
void func() override;
|
void func() override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user