const char *rtems_object_get_api_class_name( uint32_t the_api, uint32_t the_class );
If the_api
is not valid, the string "BAD API"
is returned.
If the_class
is not valid, the string "BAD CLASS"
is returned.
If successful, this service returns a pointer to a string
containing the name of the specified the_api
/the_class
pair.
This service returns the name of the object class indicated by the
specified the_api
and the_class
.
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