const char *rtems_object_get_api_name( uint32_t api );
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