Hi everyone,
I want to print the task instance name for debug use . But look the Task module , It seems not support get task name function yet !
How can i get task instance name in target domain just like ROV does ?see attach
Brenden
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Brenden,
There is no API to get the string.
ROV knows the internal structure of the Task module and also has access to the *.rov.xs file that is generated as part of the build. Between the two, it can display the name. Note: the name string may not be actually on the target.
You can use the env parameter in the Task_Params if you want to name the task and get it later to print it out.
Todd
Hi Brenden,
Oops. I was wrong. There is the Task_Handle_name() API. This returns the name for you.
Todd