mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-28 18:57:33 +00:00
Adapted tacos.hpp to fit changes
This commit is contained in:
@@ -68,7 +68,7 @@ namespace sta
|
|||||||
* @ingroup tacos_api
|
* @ingroup tacos_api
|
||||||
*/
|
*/
|
||||||
template<typename T, typename ... Args>
|
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...);
|
std::shared_ptr<T> thread_ptr = std::make_shared<T>(args...);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user