mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 16:51:53 +00:00
Adapted tacos.hpp to fit changes
This commit is contained in:
parent
96147df269
commit
39aa85ce75
@ -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...);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user