Task notepad and name problem

Joel Sherrill joel.sherrill at oarcorp.com
Wed Apr 18 11:28:49 UTC 2007


Leon Pollak wrote:
> Hello.
>
> I have the following problem:
> I need to know the task name using its ID. I did not find anything in user's 
> manual helping in this therefore I think to use notepad to store the task 
> name and retrieve it from there.
> As there was a discussion previously about the notepads, may be this is the 
> case where they may be useful?
>
> Or is there any other solution?
>
>   
Maybe this will work for you..... :)

rtems_status_code rtems_object_id_to_name(
  rtems_id      id,
  rtems_name   *name
)

It has existed a while but was not added to the user's manual.  I spotted
another one of those cases after cutting 4.7.1 :(

--joel
> Thanks.
>   




More information about the users mailing list