rtems_status_code rtems_object_get_classic_name( rtems_id id, rtems_name *name );
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