RTEMS Logo

RTEMS 4.10.2 On-Line Library


Object Services OBJECT_GET_API_NAME - Obtain API Name

PREV UP NEXT Bookshelf RTEMS C User's Guide

27.4.14: OBJECT_GET_API_NAME - Obtain API Name

CALLING SEQUENCE:

const char *rtems_object_get_api_name(
  int api
);

DIRECTIVE STATUS CODES

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.

DESCRIPTION:

This service returns the name of the specified api.

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