Added ALL_STATES define

This commit is contained in:
CarlWachter
2024-01-30 13:01:42 +01:00
parent 93a4112f59
commit 96147df269
3 changed files with 27 additions and 2 deletions

View File

@@ -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;