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

@@ -18,7 +18,7 @@ namespace sta
{
namespace tacos
{
void Manager::registerThread(std::shared_ptr<TacosThread> thread, std::list<uint16_t> states)
void Manager::registerThread(std::shared_ptr<TacosThread> thread, std::set<uint16_t> states)
{
for (uint16_t state : states)
{