mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-29 02:57:33 +00:00
Fixed the addThread function
This commit is contained in:
@@ -26,12 +26,6 @@ namespace sta
|
||||
{
|
||||
Statemachine::instance()->requestTimedStateTransition(from, to, millis, lockout);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
void addThread(std::list<uint16_t> states, std::initializer_list<T> args)
|
||||
{
|
||||
Manager::instance()->registerThread(std::make_shared<T>(args), states);
|
||||
}
|
||||
} // namespace tacos
|
||||
|
||||
} // namespace sta
|
||||
|
Reference in New Issue
Block a user