mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-29 02:57:33 +00:00
Added ALL_STATES define
This commit is contained in:
@@ -59,7 +59,7 @@ namespace sta
|
||||
/**
|
||||
* @brief Register a thread to be managed by the manager.
|
||||
*/
|
||||
void registerThread(std::shared_ptr<TacosThread> thread, std::list<uint16_t> states);
|
||||
void registerThread(std::shared_ptr<TacosThread> thread, std::set<uint16_t> states);
|
||||
|
||||
void init() override;
|
||||
|
||||
|
Reference in New Issue
Block a user