RTEMS Logo

RTEMS 4.9.2 On-Line Library


Object Services OBJECT_GET_CLASSIC_NAME - Lookup name from id

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

27.4.2: OBJECT_GET_CLASSIC_NAME - Lookup name from id

CALLING SEQUENCE:

procedure Object_Get_Classic_Name(
   ID     : in     RTEMS.ID;
   Name   :    out RTEMS.Name;
   Result :    out RTEMS.Status_Codes
);

DIRECTIVE STATUS CODES

RTEMS.SUCCESSFUL - name looked up successfully
RTEMS.INVALID_ADDRESS - invalid name pointer
RTEMS.INVALID_ID - invalid object id

DESCRIPTION:

This service looks up the name for the object id specified and, if found, places the result in *name.

NOTES:

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


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation