RTEMS Logo

RTEMS 4.9.2 On-Line Library


Object Services OBJECT_GET_API_CLASS_NAME - Obtain Class Name

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

27.4.15: OBJECT_GET_API_CLASS_NAME - Obtain Class Name

CALLING SEQUENCE:

procedure Object_Get_API_Class_Name(
   The_API   : in     RTEMS.Unsigned32;
   The_Class : in     RTEMS.Unsigned32;
   Name      :    out String
);

DIRECTIVE STATUS CODES

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.

DESCRIPTION:

This service returns the name of the object class indicated by the specified the_api and the_class.

NOTES:

This directive is strictly local and does not impact task scheduling.

The string returned is from constant space. Do not modify or free it.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation