procedure Object_Get_API_Class_Name( The_API : in RTEMS.Unsigned32; The_Class : in RTEMS.Unsigned32; Name : out String );
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