RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services OBJECT_GET_API_CLASS_NAME - Obtain Class Name

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.15: OBJECT_GET_API_CLASS_NAME - Obtain Class Name

CALLING SEQUENCE:

const char *rtems_object_get_api_class_name(
  int the_api,
  int the_class
);

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 C User's Guide

Copyright © 1988-2008 OAR Corporation