procedure Object_Get_Classic_Name( ID : in RTEMS.ID; Name : out RTEMS.Name; Result : out RTEMS.Status_Codes );
RTEMS.SUCCESSFUL
- name looked up successfully
RTEMS.INVALID_ADDRESS
- invalid name pointer
RTEMS.INVALID_ID
- invalid object id
This service looks up the name for the object id
specified
and, if found, places the result in *name
.
This directive is strictly local and does not impact task scheduling.
Copyright © 1988-2008 OAR Corporation