procedure Object_Get_API_Name( API : in RTEMS.Unsigned32; Name : out String );
If api
is not valid, the string "BAD API"
is returned.
If successful, this service returns a pointer to a string
containing the name of the specified api
.
This service returns the name of the specified api
.
This directive is strictly local and does not impact task scheduling.
The string returned is from constant space. Do not modify or free it.
Copyright © 1988-2008 OAR Corporation