Menu

#101 Provide a method of getting a task handle by its task name

closed
nobody
5
2020-03-15
2016-01-22
No

Provide and implement the following method:

TaskHandle_t xTaskGetTaskHandle(const char* TaskName);

to get a certain task handle by the task name.

In our system we want to use the task notification functions which need a task handle.
We are using c++ task classes and the according task handle is private.
It would be really handy to get the task handle of another task by its (well known) name.

Discussion

  • Marco Paland

    Marco Paland - 2017-05-18

    This function has been added in 9.0.0. Thanks A LOT!!
    I can remove my own implementation now. Very helpful!

     
  • Richard Barry

    Richard Barry - 2020-03-15
    • status: open --> closed
     

Log in to post a comment.