[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Task notepad and name problem
- Date: Wed, 18 Apr 2007 06:28:49 -0500
- From: joel.sherrill at oarcorp.com (Joel Sherrill)
- Subject: Task notepad and name problem
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.
>