RTEMS Logo

RTEMS 4.9.2 On-Line Library


Object Services OBJECT_GET_API_NAME - Obtain API Name

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

27.4.14: OBJECT_GET_API_NAME - Obtain API Name

CALLING SEQUENCE:

procedure Object_Get_API_Name(
   API  : in     RTEMS.Unsigned32;
   Name :    out String
);

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

Copyright © 1988-2008 OAR Corporation