procedure Object_Get_Name( ID : in RTEMS.ID; Name : out RTEMS.Name; Result : out RTEMS.Status_Codes );
Returns a pointer to the name if successful or NULL
otherwise.
This service looks up the name of the object specified by
id
and places it in the memory pointed to by name
.
Every attempt is made to return name as a printable string even
if the object has the Classic API thirty-two bit style name.
This directive is strictly local and does not impact task scheduling.
Copyright © 1988-2008 OAR Corporation