mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Adapted tacos.hpp to fit changes
This commit is contained in:
@@ -68,7 +68,7 @@ namespace sta
|
||||
* @ingroup tacos_api
|
||||
*/
|
||||
template<typename T, typename ... Args>
|
||||
std::shared_ptr<T> addThread(std::list<uint16_t> states, Args ... args)
|
||||
std::shared_ptr<T> addThread(std::set<uint16_t> states, Args ... args)
|
||||
{
|
||||
std::shared_ptr<T> thread_ptr = std::make_shared<T>(args...);
|
||||
|
||||
|
Reference in New Issue
Block a user